webrtc peer connection with datachannel
Is it currently possible to establish a webrtc tcp peer connection with a data channel from a worker? I feel like with nodejs compatibility and the fact that sockets are available should mean this is possible with some package idk about. Maybe I even have to code the handshake and whatnot myself. Is it at least possible?
I know I can use the Calls API to coordinate client connections but I need my worker to be able to be part of the session.
0 Replies