jitsi / jitsi-meet-sdk-samples

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

Not able to download JitsiMeet iOS sample code for PIP functionality. Link is broken. #154

Closed idrive-pankaj closed 1 year ago

idrive-pankaj commented 1 year ago

I have tried these links and it shows a 404 error instead of a picture in picture mode example code.

1) https://github.com/jitsi/jitsi-meet-sdk-samples/blob/master/ios/swift-pip 2) https://github.com/jitsi/jitsi-meet-sdk-samples/tree/master/ios/swift-pip/JitsiSDKTest

I will appreciate if you can share the example code for the picture-in-picture functionality in iOS.

saghul commented 1 year ago

We merged the examples: https://github.com/jitsi/jitsi-meet-sdk-samples/tree/master/ios/swift/JitsiSDKTest where did you see that link so we can fix it?

idrive-pankaj commented 1 year ago

Hi @saghul You can find these links here - https://github.com/jitsi/jitsi-meet-sdk-samples click on ios/swift-pip example and it will redirect to a broken link.

Another one you can find it here - https://github.com/jitsi/jitsi-meet/issues/6439

idrive-pankaj commented 1 year ago

@saghul is it possible to have a PIP mode experience the same as Android in the iOS app? I am planning to implement pip mode in the iOS but as I can see in the example, it's not showing in pip mode if the app goes in the background.

saghul commented 1 year ago

Unfortunately not yet. There is a native API but implementing support for it is nontrivial at this stage.