ApiRTC / apirtc-android-sdk-examples

ApiRTC application sample on Android
0 stars 2 forks source link

Peer to peer video call #1

Open benmessao opened 3 years ago

benmessao commented 3 years ago

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 commented 3 years ago

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