webrtc-in-jetpack-compose
webrtc-in-jetpack-compose copied to clipboard
📱 This project demonstrates WebRTC protocol to facilitate real-time video communications with Jetpack Compose.
black screen issue occurs on a particular device (emulator: Pixel_3a_API_34_extension_level_7_arm64-v8a). Please refer to the following link. https://github.com/react-native-webrtc/react-native-webrtc/issues/1332 https://stackoverflow.com/questions/56700614/android-webrtc-black-green-screen-with-uv4l-stream Cause : Video decoder, encoder appears to be the cause of the...
I want to test "localVideoTrack" of my phone which is android13. So I only kept "VideoCallScreen" in my code.  But "FloatingVideoRenderer " didn't show up until I modified code...
**Versions:** kotlin = "2.0.0" streamWebRTC = "1.1.2" **Issue:** I started a call with a friend who has an Android device running API 33, while mine runs API 11. He could...
 Rooom -> Room
This pull request addresses Issue #8 by adding Docker support to the project. The following updates have been made: Dockerfile: Added to define the build and runtime environment for the...
Hi, I’ve added Docker support to the project to simplify setup and deployment. This includes: Dockerfile: Defines the build and runtime environment. docker-compose.yml: Facilitates easy management and deployment, mapping external...
Please add reconnect flow when wifi/cellular is off