webrtc-android icon indicating copy to clipboard operation
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.

Results 73 webrtc-android issues
Sort by recently updated
recently updated
newest added

Bumps androidx.core:core-ktx from 1.13.0 to 1.13.1. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=androidx.core:core-ktx&package-manager=gradle&previous-version=1.13.0&new-version=1.13.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Bumps androidx.compose:compose-bom from 2024.04.01 to 2024.05.00. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=androidx.compose:compose-bom&package-manager=gradle&previous-version=2024.04.01&new-version=2024.05.00)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Bumps `androidGradlePlugin` from 8.2.2 to 8.4.0. Updates `com.android.tools.build:gradle` from 8.2.2 to 8.4.0 Updates `com.android.application` from 8.2.2 to 8.4.0 Updates `com.android.library` from 8.2.2 to 8.4.0 Dependabot will resolve any conflicts with...

dependencies

### 🎯 Goal The current implementation assumes exclusive control over the microphone. My proposal gives the option to a consumer application using webrtc to have control of the audio, being...

We're adapting webrtc from one-to-one to one-to-many for a broadcast. I've got some issues about 'playing audio in speaker', Is it possible to adapt audio for Android to recognize it...

Bumps io.github.gradle-nexus.publish-plugin from 1.3.0 to 2.0.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=io.github.gradle-nexus.publish-plugin&package-manager=gradle&previous-version=1.3.0&new-version=2.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands...

dependencies

``` peerConnection?.getStats(RTCStatsCollectorCallback { rtcStatsReport -> val statsMap = rtcStatsReport.statsMap for ((key, value) in statsMap) { Log.d("==rtcStatsReport==","Key: $key, Value: $value") } }) ``` ======================== The output is as follows Key: P,...

I have an android application using this library (1.1.1) which successfully can establish a peer connection with Chrome, Microsoft Edge, and Safari but crashes when trying to set the remote...

Hello, thank you for this awesome library! I'm trying to implement recording of a remote WebRTC stream. I'm able to capture raw video frames using the `addSink` method on `VideoTrack`...

I use webrtc sdk for screen sharing, prior to Android 14, it works well. I provide some logs about webrtc. `NativeLibrary: Loading native library: jingle_peerconnection_so 2024-03-03 17:40:02.781 20868-20868 org.webrtc.Logging com.mobven.rtcbroadcasting...