log when renegotiation would be triggered

This commit is contained in:
Bruno Windels 2022-04-11 14:55:14 +02:00
parent 8e82aad86b
commit c02e1de001
1 changed files with 1 additions and 0 deletions

View File

@ -314,6 +314,7 @@ export class PeerCall implements IDisposable {
await this.sendSignallingMessage({type: EventType.Invite, content}, log);
this.setState(CallState.InviteSent, log);
} else if (this._state === CallState.Connected || this._state === CallState.Connecting) {
log.log("would send renegotiation now but not implemented");
// send Negotiate message
//await this.sendSignallingMessage({type: EventType.Invite, content});
//this.setState(CallState.InviteSent);