webrtc-kmp
webrtc-kmp copied to clipboard
WebRTC Kotlin Multiplatform SDK
I only tested this on a Windows PC connecting with an Android device. Video/Screensharing and Audio works with the sample apps. DataChannel was only tested via Junit. Since this relies...
My initial scenario was: 1. `initializeWebRtc` in Application (not in Activity, so it survives a tilt) 2. make a call 3. hang up 4. call again 5. now video is...
Hello! Thank you for this awesome library! Are there any plans on supporting `ScreenCapture` on iOS and Android?
Firstly, I want to extend my gratitude for your excellent work on the webrtc-kmp library – it's been instrumental in my project's development. I've encountered a requirement in my application...
file path : webrtc-kmp/src/iosMain/com/shepeliev/webrtckmp/DataChannel error : Internal error occurred while analyzing this expression: InvalidCardinalityException: Container: LocalClassifierAnalyzer: Request interface org.jetbrains.kotlin.builtins.PlatformSpecificCastChecker cannot be satisfied because there is more than one type registered...
> COPY ISSUES FROM [webrtc-sdk/Specs/issues/7](https://github.com/webrtc-sdk/Specs/issues/7) [webrtc-sdk/Specs/114.5735.08](https://github.com/webrtc-sdk/Specs/releases/tag/114.5735.08) my demo is simple, open RTCDataChannel by [webrtc-kmp](https://github.com/shepeliev/webrtc-kmp) and safari. then 10MB of data is sent, 64kb at one time. In theory, 157 times...
With this PR I want to add some missing APIs that required for adopting the lib to [LiveKit](https://github.com/livekit/livekit) client SDK.
1. The JVM support will depend on https://github.com/devopvoid/webrtc-java 2. I am planning to use this for my repo https://github.com/oianmol/SlackComposeMultiplatform Please let me know if you have any questions! Thanks!
Lately I've encountered use case when I needed to stream from a file. Actual class MediaStream have an internal constructor, so I wasn't able to create it with JS stream....