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(() => {