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:
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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user