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

Not receiving call in lock screen ( iOS) #116

Closed kamrulzaynax closed 2 years ago

kamrulzaynax commented 2 years ago

When the app goes background or terminated by a user then the app is not receiving any call. But when the app is in the foreground then it ok. I have added VoIP in UIBackgroundModes but the lock screen call is not working.

saghul commented 2 years ago

Are you using a VoIP push notification when receiving an incoming call? There is no other way to "awaken" the app.

kamrulzaynax commented 2 years ago

got it, thanks.