Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ysliew opened this issue Aug 7, 2024 · 2 comments

Comments

@ysliew
Copy link

ysliew commented Aug 7, 2024

  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
    
@ysliew ysliew changed the title Jisti Android SDK targetSdkVersion 34: muted when phone is "turn off" (i.e., screen locked) Jitsi Android SDK targetSdkVersion 34: muted when phone is "turn off" (i.e., screen locked) Aug 7, 2024
@saghul
Copy link
Member

saghul commented Aug 7, 2024

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

@Calinteodor
Copy link
Contributor

Android SDK 10.0.0 was released.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants