From cea0fdeb95783f31fb726bbcca79c992ca140c9f Mon Sep 17 00:00:00 2001 From: David Baker Date: Wed, 11 May 2022 16:23:29 +0100 Subject: [PATCH] Remove PTT 'other user speaking' logic This was also in Element Call, and whilst js-=sdk might be a more sensible place, EC has all the information to do it properly (this impl didn't take admin talk-over into account). --- src/webrtc/groupCall.ts | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/webrtc/groupCall.ts b/src/webrtc/groupCall.ts index e3a08245dd6..015e8b40a70 100644 --- a/src/webrtc/groupCall.ts +++ b/src/webrtc/groupCall.ts @@ -431,11 +431,6 @@ export class GroupCall extends TypedEventEmitter !f.isAudioMuted())) { - throw new OtherUserSpeakingError(); - } - // Set or clear the max transmit timer if (!muted && this.isMicrophoneMuted()) { this.transmitTimer = setTimeout(() => {