Closed vartikaantino closed 1 year ago
@vartikaantino Hello
This is Nikolay from QuickBlox support.
As a workaround, now you can try fixing that by decreasing targetSdkVersion from 31 to 30 in the gradle (app level) file.
To investigate the issue further, please provide the following points:
console log:
E/AndroidRuntime(30491): java.lang.RuntimeException: Unable to start service com.quickblox.quickblox_sdk.webrtc.WebRTCCallService@4d5c1f6 with Intent { cmp=com.antino.fitbasix.dev/com.quickblox.quickblox_sdk.webrtc.WebRTCCallService }: java.lang.IllegalArgumentException: com.antino.fitbasix.dev: Targeting S+ (version 31 and above) requires that one of FLAG_IMMUTABLE or FLAG_MUTABLE be specified when creating a PendingIntent. E/AndroidRuntime(30491): Strongly consider using FLAG_IMMUTABLE, only use FLAG_MUTABLE if some functionality depends on the PendingIntent being mutable, e.g. if it needs to be used with inline replies or bubbles.
and after that device lost the connection.