1
0
mirror of https://github.com/vector-im/hydrogen-web.git synced 2025-01-13 13:37:25 +01:00

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

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