This commit is contained in:
Miroslav Šedivý 2021-09-12 19:11:30 +02:00
parent 804ad49d11
commit 5836e48f65

View File

@ -144,7 +144,7 @@ export class NekoWebRTC extends EventEmitter<NekoWebRTCEvents> {
} }
this._peer.onnegotiationneeded = () => { this._peer.onnegotiationneeded = () => {
this._log.warn(`negotiation is neded`) this._log.warn(`negotiation is needed`)
} }
this._peer.ontrack = this.onTrack.bind(this) this._peer.ontrack = this.onTrack.bind(this)