Skip to content

Commit cf28825

Browse files
committed
Futher unnecessary line removal
Signed-off-by: Šimon Brandner <[email protected]>
1 parent 04f5c55 commit cf28825

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/webrtc/groupCall.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -669,8 +669,6 @@ export class GroupCall extends TypedEventEmitter<
669669

670670
if (!sendUpdatesBefore) await sendUpdates();
671671

672-
this.emit(GroupCallEvent.LocalMuteStateChanged, muted, this.isLocalVideoMuted());
673-
this.updateMemberState();
674672
return true;
675673
}
676674

@@ -702,7 +700,6 @@ export class GroupCall extends TypedEventEmitter<
702700
await Promise.all(updates);
703701

704702
this.emit(GroupCallEvent.LocalMuteStateChanged, this.isMicrophoneMuted(), muted);
705-
this.updateMemberState();
706703

707704
return true;
708705
}

0 commit comments

Comments
 (0)