AgoraIO / Basic-Video-Broadcasting

Sample app to join/leave a channel, set the role as a host/audience, mute/unmute, switch between front/rear cameras, and set the video parameters.
MIT License
269 stars 287 forks source link

Picture in Picture support #70

Open Komal2905 opened 4 years ago

Komal2905 commented 4 years ago

Hi, I need to implement PIP mode on video broadcasting. is this library support this

plutoless commented 4 years ago

yes. you only need to layout your views

Komal2905 commented 4 years ago

@plutoless How to achieve that in native iOS Do you have any idea? Do we have to use AVPictureInPictureController?

ParabellumApp commented 2 years ago

Yes, It would be great! An example of Picture in picture implementation on Agora basic broadcasting demo.