Skip to content

Commit a1c80de

Browse files
committed
Revert "mute new mediaTrack if pub is muted"
This reverts commit 8a68810.
1 parent 8a68810 commit a1c80de

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lib/src/participant/remote_participant.dart

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,6 @@ class RemoteParticipant extends Participant {
8888
);
8989
}
9090

91-
// apply current muted state of publication
92-
logger.fine('RemoteTrackPublication is muted: ${pub.muted}');
93-
mediaTrack.enabled = !pub.muted;
94-
9591
// create Track
9692
final Track track;
9793
if (pub.kind == lk_models.TrackType.AUDIO) {

0 commit comments

Comments
 (0)