jitsi / jitsi-meet-sdk-samples

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

Audio not working in Jitsi (iOS 15+) #156

Open mohakbrainvire opened 2 years ago

mohakbrainvire commented 2 years ago

Recently we are working on call function with jitsi. On IOS 15+ audio while call works really bad. IPhones doesn't see their own microphones while calling.

The initial call is ok, but when I tried with the second and sub sequent calls its stop audio.

The code is working fine from android to android, android to iOS even iOS to android, getting issue in iOS 15+ only. calls also working in iOS 15 to iOS 14.

We have updated the framework from 3.0 to 6.1.0 (even try with the 5.2.0 alpha) but getting the same result.

Did any one face such issue, I want to discuss this situation and try to find the reason of this bug appearing.

Note: One more thing we are facing in the same, in iOS 15 we are getting "Suspending media transfer over the JVB connection" msg in console log and if some buddy call on receiver side the call started working again.

IMG_2745

saghul commented 2 years ago

Can you try SDK 6..2.0-beta.1 ?

mohakbrainvire commented 2 years ago

@saghul thanks for your reply. No luck, after using the same.