AgoraIO-Extensions / react-native-agora

React Native around the Agora RTC SDKs for Android and iOS agora
https://www.agora.io
MIT License
620 stars 227 forks source link

Support PiP in IOS #791

Open alejandro-geeksquare opened 2 months ago

alejandro-geeksquare commented 2 months ago

It is possible to enter PiP (Picture in picture) mode on IOS, we are connecting to the broadcast with RtcSurfaceView. Currently we have created a native module on Android that works correctly but on IOS we are using AVPictureInPictureController(playerLayer: playerLayer) but we cannot get it to detect the broadcast and enter PiP mode correctly. Thank you very much for the help

guoxianzhe commented 2 months ago

@alejandro-geeksquare . We are planning to release the PiP feature for the RN version, please wait for future updates.

alejandro-geeksquare commented 2 months ago

@alejandro-geeksquare . We are planning to release the PiP feature for the RN version, please wait for future updates.

thank you so much. We are waiting to test the new functionality, to implement it in our application

takuyanz commented 1 month ago

We are planning to release the PiP feature for the RN version, please wait for future updates.

@guoxianzhe any information about when this will be released ... ? 🤔

guoxianzhe commented 1 month ago

@takuyanz Currently, we are in development. Please wait for a while, and I will inform you once it is released.

vishalyad16 commented 1 week ago

@alejandro-geeksquare Does pip support Android? Can you share the documentation or sample code for reference ?

guoxianzhe commented 1 week ago

@vishalyad16 We will release pip soon, it will include Android and iOS.