Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement voice calls #23

Open
nikolaiwarner opened this issue Jun 25, 2018 · 2 comments
Open

Implement voice calls #23

nikolaiwarner opened this issue Jun 25, 2018 · 2 comments
Labels
enhancement New feature or request

Comments

@nikolaiwarner
Copy link
Member

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:/oney/react-native-webrtc

@nikolaiwarner nikolaiwarner added the enhancement New feature or request label Jun 25, 2018
@soyuka
Copy link

soyuka commented Jun 25, 2018

webrtc:

  • is slow
  • has a lot of overhead
  • 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 😄

@nikolaiwarner
Copy link
Member Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants