(event)
| 270 | } |
| 271 | |
| 272 | _onIceCandidate(event) { |
| 273 | if (!event.candidate) return; |
| 274 | this._sendSignal({ ice: event.candidate }); |
| 275 | } |
| 276 | |
| 277 | onServerMessage(message) { |
| 278 | if (!this._conn) this._connect(message.sender, false); |
no test coverage detected