mirror of
https://github.com/m1k1o/neko.git
synced 2025-06-03 03:12:41 +02:00
typo.
This commit is contained in:
parent
804ad49d11
commit
5836e48f65
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue