We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04f5c55 commit cf28825Copy full SHA for cf28825
src/webrtc/groupCall.ts
@@ -669,8 +669,6 @@ export class GroupCall extends TypedEventEmitter<
669
670
if (!sendUpdatesBefore) await sendUpdates();
671
672
- this.emit(GroupCallEvent.LocalMuteStateChanged, muted, this.isLocalVideoMuted());
673
- this.updateMemberState();
674
return true;
675
}
676
@@ -702,7 +700,6 @@ export class GroupCall extends TypedEventEmitter<
702
700
await Promise.all(updates);
703
701
704
this.emit(GroupCallEvent.LocalMuteStateChanged, this.isMicrophoneMuted(), muted);
705
706
707
708
0 commit comments