Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it possible to maintain WebRTC connection after disconnecting from the internet after signalling phase?

Tags:

webrtc

If WebRTC connection is established between two peers in local network, can we maintain it, after losing connection to the internet? It seems possible, as it's peer-to-peer.

like image 201
Karol Klepacki Avatar asked May 22 '15 16:05

Karol Klepacki


1 Answers

Yes, it is possible. The peers connect directly using the private ip-address in the same network. They do not need to go through the public IP address, which will require internet.

like image 113
notnotundefined Avatar answered Nov 15 '22 08:11

notnotundefined