You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cloudflare does support WASM, WebRTC works in WASM (there are other libraries doing it), and the LiveKit WebRTC binaries are written in Rust, which can compile to WASM. So I think there is a path to resolving this by moving to WASM.
The text was updated successfully, but these errors were encountered:
Shakahs
changed the title
@livekit/rtc-node is compatible with Cloudflare Workers
@livekit/rtc-node is not compatible with Cloudflare Workers
Sep 19, 2024
@livekit/rtc-node relies on a NodeJS binary extension to do the actual WebRTC signaling.
Cloudflare Workers doesn't support binary extensions, so @livekit/rtc-node does not work on Cloudflare Workers.
Cloudflare does support WASM, WebRTC works in WASM (there are other libraries doing it), and the LiveKit WebRTC binaries are written in Rust, which can compile to WASM. So I think there is a path to resolving this by moving to WASM.
The text was updated successfully, but these errors were encountered: