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
It should be pretty easy to hook up a webRTC connection between users in a cabal channel. Let's add the ability to start an audio connection in a channel (and then video someday) :D
needs a signaling server (theoretically we already have peer discovery here, not sure that we can re-use)
But, because we're using udp between peers, we should be able to send data without any webRTC! I mean we don't really need it.
I'm -1 to introduce webrtc here 😄
It should be pretty easy to hook up a webRTC connection between users in a cabal channel. Let's add the ability to start an audio connection in a channel (and then video someday) :D
Here's a package to get us started:
https://github.com/oney/react-native-webrtc
The text was updated successfully, but these errors were encountered: