cabal-club / cabal-mobile

p2p chat in your phone [dev help wanted :)]
Other
146 stars 16 forks source link

Implement voice calls #23

Open nikolaiwarner opened 6 years ago

nikolaiwarner commented 6 years ago

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

soyuka commented 6 years ago

webrtc:

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 :smile:

nikolaiwarner commented 6 years ago

Sure! I'm down for whatever tech we can use to get audio going. Just wanted to get the discussion going on how to make it happen.