mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
typo.
This commit is contained in:
parent
804ad49d11
commit
5836e48f65
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user