andrew.n
Member
I want to minimize the video call screen and display a floating RTCEAGLVideoView (with the partner streaming data) over the screen that was before, so the user can scroll and see other conversations from the list (or navigate to other screens in the app), meanwhile, the video call should be active, so they can talk, and if he taps again on the minimized view, he can go back to the screen with the video call.
I did some research for this part by reading the topics on FlashPhoner forum and also on Google's forum for WebRTC, but I couldn't something useful about how to do this.
My first question regarding this capability is if this kind of functionality should be considered as a picture in picture approach?
Secondly, when I create the streamer, I have to provide the RTCEAGLVideoView and as I understood, I cannot change the view that is used by the streamer instance later on.
This kind of functionality is in all video calling apps (Messenger, Skype, Whatsapp, etc), so we also want to have this. Any guidelines/advice about how to make it?
Thanks in advice .
I did some research for this part by reading the topics on FlashPhoner forum and also on Google's forum for WebRTC, but I couldn't something useful about how to do this.
My first question regarding this capability is if this kind of functionality should be considered as a picture in picture approach?
Secondly, when I create the streamer, I have to provide the RTCEAGLVideoView and as I understood, I cannot change the view that is used by the streamer instance later on.
This kind of functionality is in all video calling apps (Messenger, Skype, Whatsapp, etc), so we also want to have this. Any guidelines/advice about how to make it?
Thanks in advice .