davidliu
davidliu
Turn on logging by passing true to the `logging` parameter when creating the RoomServiceClient.
Calling await (or execute if running in a non-coroutine world) is required to actually make the call to the server. [Looks like the problem here is using `await` though](https://github.com/square/retrofit/blob/ed2c6c9f1840ace8b2f49bc6de51a099ac2b5059/retrofit/src/main/java/retrofit2/KotlinExtensions.kt#L40). Since...
Yeah, looks like a pretty simple fix to patch in.
Try updating `livekit-client` to 2.9.8.
Have you enabled `options.enableMediaProjectionService`? https://github.com/react-native-webrtc/react-native-webrtc/blob/master/Documentation%2FAndroidInstallation.md#screen-sharing
Tested on 118.0.7 and 124.0.3, works fine on Android 14. Please provide some code that reproduces this error.
No, because again those shouldn't matter. I can help you if provide example code.
There's no local or remote description. You haven't done the sdp negotiation process with offer/answer.
Please post the version of the SDK that you're using. If you're getting an ANR, please grab the ANR stack traces and post them as well.
That's a really old unsupported version, so can't really help you with fixing it. What'll probably be better is fixing the issue with USB cameras so that it works on...