webrtc-android
webrtc-android copied to clipboard
🛰️ A versatile WebRTC pre-compiled Android library that reflects the recent WebRTC updates to facilitate real-time video chat for Android and Compose.
Bumps `androidxMacroBenchmark` from 1.4.0-alpha07 to 1.4.0-alpha08. Updates `androidx.benchmark:benchmark-macro-junit4` from 1.4.0-alpha07 to 1.4.0-alpha08 Updates `androidx.baselineprofile` from 1.4.0-alpha07 to 1.4.0-alpha08 Dependabot will resolve any conflicts with this PR as long as you...
Hi , I have implemented video and audio calls using WebRTC. It works fine for iOS iOS and Android Android. However, when a user calls from Android to iOS and...
I used mediamtx as a webrtc media server. But mediamtx only support whip protocol. How to use WHIP protocol connect to mediamtx server? Have any examples? thank u.
I am using your WebRTC library in a VoIP communication app. I need to record the remote audio, and found that you've recently (https://github.com/GetStream/webrtc/pull/42) implemented AudioTrackSink which is great, as...
I am using stream-webrtc-android version 1.2.2 in my android project and trying to connect an audio call using my turn server. The connection is initially successful, I get COMPLETED state...
Setting a value to the stunCandidateKeepaliveIntervalMs field in RTCConfiguration object cause a SIGSEGV crash when creating peer connection. ``` val rtcConfig = PeerConnection.RTCConfiguration(iceServers); rtcConfig.stunCandidateKeepaliveIntervalMs = 60000 ``` After setting the...
update file ScreenCapturerAndroid.java from official commit this can slove #82
stream-webrtc-android-compose audioDeviceChangeListener doesntwork while connect/disconnect bluetooth earpices. Steps to reproduce: 1. Start a call 2. Connect Bluetooth Headset Expected behavior is switch automticly sound in and out to Bluetooth Headset...
The microphone stops transmitting audio after muting the microphone and unmuting it after 30 seconds or more during an active call. Tested on: POCO X3 Pro MIUI 13.0.1 Android 12...