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
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: