I have a WebRTC application which I am using for video chat.
I need to provide a 'Store video' button which basically takes the user's stream and stores it in YouTube. I have tried live streaming as well as video upload APIs of YouTube but somehow they are not working.
Am I using the correct approach? Between live streaming and video upload which is correct to use? Is there some other way I can store this?