upgrade all packages.

This commit is contained in:
Miroslav Šedivý 2020-11-10 21:11:44 +01:00
parent 3214d35f24
commit 71a6cea82e
5 changed files with 722 additions and 288 deletions

View file

@ -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) {