mirror of
https://github.com/m1k1o/neko.git
synced 2025-08-06 10:20:26 +02:00
upgrade all packages.
This commit is contained in:
parent
3214d35f24
commit
71a6cea82e
5 changed files with 722 additions and 288 deletions
|
@ -94,7 +94,7 @@ export class NekoWebRTC extends EventEmitter<NekoWebRTCEvents> {
|
|||
|
||||
this._peer.setRemoteDescription({ type: 'offer', sdp })
|
||||
|
||||
let answer = await this._peer.createAnswer()
|
||||
const answer = await this._peer.createAnswer()
|
||||
this._peer!.setLocalDescription(answer)
|
||||
|
||||
if (!answer.sdp) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue