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

Peer to peer video call #1

Open
benmessao opened this issue Jul 1, 2021 · 1 comment
Open

Peer to peer video call #1

benmessao opened this issue Jul 1, 2021 · 1 comment

Comments

@benmessao
Copy link

Hello, I'm trying to code peer to peer video call from this sample but I cannot figure it out. Has anyone else tried it or thought about it ? Thank you.

@FredLuart
Copy link
Contributor

Hello, Peer to peer video call is not covered by our sample but I think the simplest way to do it would be to send an message to peer with room information ("call request - join room "myRoom") based on our sendData tutorial
You can also manage call accept / reject using sendData
and then to make both peer join the room like in our conferencing video tutorial

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

No branches or pull requests

2 participants