Stop sending legacyHangup

This commit is contained in:
Jim Gustafson
2023-09-13 16:40:26 -07:00
committed by GitHub
parent 6cc25fe9e8
commit d0df466fbc

View File

@@ -1690,7 +1690,7 @@ export class CallingClass {
);
const message = new CallingMessage();
message.legacyHangup = hangup;
message.hangup = hangup;
await this.handleOutgoingSignaling(remoteUserId, message);