CloudWebRTC
CloudWebRTC
yeah, it sounds like the sampling rate is too low, will try to track that bug in native code.
Have you tried changing `RTCAppGroupIdentifier` to your group id? https://github.com/livekit/client-sdk-flutter/blob/main/example/ios/Runner/Info.plist#L7-L8 The main app and Broadcast-Extension actually communicate through the app group identifier
These two lines of code need to be removed. when you call `getDisplayMedia` but do not use this screenVideoTrack, participant.setScreenShareEnabled will fail to enable screen sharing. ``` else { ReplayKitChannel.startReplayKit();...
please refer to this page to enable screen share on iOS https://github.com/flutter-webrtc/flutter-webrtc/wiki/iOS-Screen-Sharing
Nice PR, @Be-ing do you have any results links for Actions? I can't seem to trigger an external branch workflow in our Actions. we need to verify that the compiled...
hey @Be-ing, the issue seems to have returned to the original point. I used the build_linux.sh file from this PR, adding `./build_linux.sh --arch x64 --profile release --toolchain chromium-llvm` to compile...
Here are some key information, cargo build the ffi can only correctly link libraries in the `elf64-x86-64` obj format objdump info form `g++ 14` compiled libwebrtc.a ```bash # objdump -p...
> Interesting, I have not seen that error before 🤔 What distro are you using? I can reproduce these issues on `Ubuntu 24.04/x64`. It's worth noting that the libwebrtc built...
Under normal circumstances, all methods can be called correctly, but it is worth noting that when some exceptions in the native layer will cause such errors, please try to use...
Maybe you can try setting MicrophoneSampleRate to 24000, which is mentioned in the related issue https://github.com/livekit/client-sdk-unity/issues/111#issuecomment-2970167185