Stop sending legacyHangup
This commit is contained in:
parent
6cc25fe9e8
commit
d0df466fbc
1 changed files with 1 additions and 1 deletions
|
@ -1690,7 +1690,7 @@ export class CallingClass {
|
||||||
);
|
);
|
||||||
|
|
||||||
const message = new CallingMessage();
|
const message = new CallingMessage();
|
||||||
message.legacyHangup = hangup;
|
message.hangup = hangup;
|
||||||
|
|
||||||
await this.handleOutgoingSignaling(remoteUserId, message);
|
await this.handleOutgoingSignaling(remoteUserId, message);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue