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.
**Versions:** kotlin = "2.0.0" streamWebRTC = "1.1.2" **Issue description:** when I leave the call I call the `disconnet()` function ``` override fun disconnect() { // dispose audio & video tracks....
Bumps com.diffplug.spotless from 6.21.0 to 6.25.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...
The microphone stops working on a locked screen at Samsung devices on Android 14. After unlock microphone start works again. Any another devices on Android 14 works fine In addition,...
Hi all, thanks for the amazing release! I'm having a really weird issue. Everything was working fine and then I messed w the code and versions of java, gradle kotlin,...
Torch
### 🎯 Goal Enable turning on camera torch ### ✍️ Explain examples ``` override fun switchTorch( on: Boolean, completion: ((Boolean) -> Unit)? ) { Timber.d("Changing torch to on=$on") cameraCapturer.torch( on,...
Bumps `androidGradlePlugin` from 8.6.1 to 8.7.0. Updates `com.android.application` from 8.6.1 to 8.7.0 Updates `com.android.library` from 8.6.1 to 8.7.0 Dependabot will resolve any conflicts with this PR as long as you...
Bumps [io.getstream:stream-log-android](https://github.com/getstream/stream-log) from 1.1.4 to 1.3.1. Release notes Sourced from io.getstream:stream-log-android's releases. 1.3.1 What's Changed Make kotlinx-datetime to be transitted by @skydoves in GetStream/stream-log#25 Full Changelog: https://github.com/GetStream/stream-log/compare/1.3.0...1.3.1 1.3.0 What's Changed...
Bumps androidx.compose:compose-bom from 2025.02.00 to 2025.04.01. [](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...
如果设备支持H265硬件编码的前提下,这个支持H265吗?
I can’t connect to the TURN server at all, even though all the credentials are correct. Everything works fine on iOS with the same configuration, but on Android, the TURN...