jitsi / jitsi-meet-sdk-samples

Jitsi Meet mobile SDK examples (Android, iOS and React Native)
Apache License 2.0
273 stars 238 forks source link

Jitsi Android re-enable Picture in Picture mode after stop screen sharing #123

Closed kalgik closed 2 years ago

kalgik commented 2 years ago

Dear all,

I was wondering if the Picture-In-Picture mode of a jitsi teleconference in Android can be re-enabled after you have stopped the screen sharing.

I am doing the following steps:

D/JitsiMeetLogger: ExternalAPI Sending event: ENTER_PICTURE_IN_PICTURE with data: { NativeMap: {} }
D/JitsiMeetSDK: ExternalAPI Sending event: ENTER_PICTURE_IN_PICTURE with data: { NativeMap: {} }

However, the jitsi teleconference is not getting in "Picture in Picture" mode.

I was using version 4.0.0. I saw that you have solved this issue on 4.1.0. It works properly.

Regards,