CloudWebRTC
CloudWebRTC
>1. On iOS platform, when viewers watch the anchor, they must first encrypt_enableEncryption before decrypting_enableDecryption in order to decrypt successfully. Otherwise, an error FrameCryptorStateMissingKey will occur. The decrypted code here...
hi, Can you try to confirm that `flutter clean` runs correctly, and then run `flutter pub get`. I tried testing in dart-sip-ua, and the error `Platform channel messages must be...
Thanks for the details, I think this might be another bug.
bug fixed for RFC2833. https://github.com/flutter-webrtc/dart-sip-ua/pull/534
you can try to open `build\windows\x64\dart_sip_ua_example.sln` in vs2022, run your app in debug mode, then you can track the crash information, which can help you identify the cause.
如果能提交一个PR, 那将是极好的~ xD
I believe mobile devices should let the system manage audio routing. This is because input/output devices on mobile devices typically appear in pairs. For example, with AirPods, you can't simultaneously...
It sounds like the system audio mode has been changed when calling the livekit sdk
related fix https://github.com/flutter-webrtc/flutter-webrtc/pull/1808
hi @khushmadodiya , what device model are you using?