▲ | tonghohin 3 months ago | |||||||
No, it's not using TURN server now. | ||||||||
▲ | deathanatos 3 months ago | parent [-] | |||||||
> No, it's not using TURN server now. You state it uses PeerJS. And indeed, the code calls from PeerJS,
(https://github.com/tonghohin/screen-sharing/blob/18f6ab93716...)I.e., it constructs a PeerJS Peer without manually specifying PeerOptions. That class, in turn, states,
Since we're not overriding it, we take the default. And `defaultConfig` leads us to: https://github.com/peers/peerjs/blob/c073252f879b57757f8a82d... which lists STUN & TURN servers.… so it sure looks to me like it is using a TURN server… | ||||||||
|