From 9364f3549033b72ccc76e11ca7e74982ee83350f Mon Sep 17 00:00:00 2001 From: Robin Townsend Date: Fri, 1 Jul 2022 17:03:44 -0400 Subject: [PATCH] Don't forcibly mute the remote side immediately in PTT calls This clause was causing all PTT calls to mute the remote side immediately upon ICE connection status changing to 'checking'. --- src/webrtc/call.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/webrtc/call.ts b/src/webrtc/call.ts index 2c5397a76fd..b79b9c62157 100644 --- a/src/webrtc/call.ts +++ b/src/webrtc/call.ts @@ -1971,7 +1971,7 @@ export class MatrixCall extends TypedEventEmitter