CloudWebRTC
CloudWebRTC
Please refer to this docs to adjust the link order of `libiPhone-lib.a` to the end https://github.com/livekit/client-sdk-unity?tab=readme-ov-file#ios
Thanks for the report, we are investigating the cause
hi @Dere-Wah , Quick question: if I want to reproduce this issue, do I need to open another process that uses a cuda context (none-livekit app), and then open another...
related fixes https://github.com/livekit/rust-sdks/pull/721/files
hey @GERD0GDU , I see you exported CAPI functions in your fork [GERD0GDU/libwebrtc](https://github.com/GERD0GDU/libwebrtc.git). I recently made similar changes to adapt it for embedding and the Rust wrapper. Is there any...
I'm glad to see your response, and thank you for your willingness to contribute these changes back. I'll try to resolve the conflicts. then I will create PR based on...
Usually to use webrtc in a web app you need to deploy an https web server and run your flutter web app through https in the browser.
hey @selfisekai , This is the source code corresponding to so/dll https://github.com/webrtc-sdk/libwebrtc
hi @obiwanzenobi , I think this is the corresponding version https://github.com/webrtc-sdk/libwebrtc/releases/tag/125.6422.08 for 0.14.2, it is worth noting that when you try to compile, please apply the patches/custom_audio_source.patch patch in the...
cool, I'd be happy to accept a PR.