| 2 | window.isRtcSupported = !!(window.RTCPeerConnection || window.mozRTCPeerConnection || window.webkitRTCPeerConnection); |
| 3 | |
| 4 | class ServerConnection { |
| 5 | |
| 6 | constructor() { |
| 7 | this._connect(); |
nothing calls this directly
no outgoing calls
no test coverage detected