webrtc-in-jetpack-compose icon indicating copy to clipboard operation
webrtc-in-jetpack-compose copied to clipboard

📱 This project demonstrates WebRTC protocol to facilitate real-time video communications with Jetpack Compose.

Results 6 webrtc-in-jetpack-compose issues
Sort by recently updated
recently updated
newest added

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. ![image](https://github.com/GetStream/webrtc-in-jetpack-compose/assets/21999148/40e5ccce-4dda-470f-9571-f28f03d93dab) 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...

![image](https://github.com/GetStream/webrtc-in-jetpack-compose/assets/55433351/7367c19e-2cdc-4845-af12-3327f39e584e) 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...