From d0df466fbc42bd314703b3612cc09992ea115bf6 Mon Sep 17 00:00:00 2001 From: Jim Gustafson Date: Wed, 13 Sep 2023 16:40:26 -0700 Subject: [PATCH] Stop sending legacyHangup --- ts/services/calling.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts/services/calling.ts b/ts/services/calling.ts index c316c0676..7cd6b9334 100644 --- a/ts/services/calling.ts +++ b/ts/services/calling.ts @@ -1690,7 +1690,7 @@ export class CallingClass { ); const message = new CallingMessage(); - message.legacyHangup = hangup; + message.hangup = hangup; await this.handleOutgoingSignaling(remoteUserId, message);