apprtc icon indicating copy to clipboard operation
apprtc copied to clipboard

peer to peer reconnecting

Open AbdulrahmanZ opened this issue 4 years ago • 1 comments

how to reconnect to the same peer after loss internet connection and recovery it again ? when the wifi is disabled the iceConnectionState becomes DISCONNECTED and I tried to re-connect to the same peer again when the internet backs again , but I couldn't.

Any help please.

AbdulrahmanZ avatar Jul 13 '21 12:07 AbdulrahmanZ

You needs to configure session again. Receive candidate and offer messages from not disconnected client and save this messages. After other client connected send saved messages to him.

Xaspy avatar Jul 26 '21 09:07 Xaspy