jitsi / jitsi-meet-sdk-samples

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

Jitsi Android SDK targetSdkVersion 34: muted when phone is "turn off" (i.e., screen locked) #243

Open ysliew opened 3 months ago

ysliew commented 3 months ago
  1. Jitsi Android App compiled using

    implementation ('org.jitsi.react:jitsi-meet-sdk:9.2.2') { transitive = true }

and targeted SDK version 33 used to allow user to continue talking (via audio) when the phone is turned off (i.e., screen locked, via power button).

  1. However, retargeting the same to SDK version 34 (as demanded by Google PlayStore policy), when the phone is turned off (screen locked), audio from the Jitsi App is no longer heard by the remote counterpart (i.e., as if it is muted). When the phone is turned back on (i.e., screen unlocked), it is audible again.

  2. Meanwhile, audio from the remote counterpart can always be heard before and after phone is turn off (screen lock).

  3. Expected behaviour: the Jitsi App continue to allow two-way audio talks between phone and remote participants even when the Android phone is screen locked after targeting to :

              targetSdkVersion 34
saghul commented 3 months ago

A fix for this is coming in SDK 10, to be released Soon (TM).

Calinteodor commented 3 months ago

Android SDK 10.0.0 was released.