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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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