()
| 1022 | } |
| 1023 | |
| 1024 | _debug () { |
| 1025 | const args = [].slice.call(arguments) |
| 1026 | args[0] = '[' + this._id + '] ' + args[0] |
| 1027 | debug.apply(null, args) |
| 1028 | } |
| 1029 | } |
| 1030 | |
| 1031 | Peer.WEBRTC_SUPPORT = !!getBrowserRTC() |
no outgoing calls
no test coverage detected