Skip to content

Commit 25ec35c

Browse files
committed
fix: update muted state of new subscribed media tracks
1 parent a8239a1 commit 25ec35c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

livekit/src/room/participant/remote_participant.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ impl RemoteParticipant {
149149
name: remote_publication.name(),
150150
r#type: proto::TrackType::from(remote_publication.kind()) as i32,
151151
source: proto::TrackSource::from(remote_publication.source()) as i32,
152+
muted: remote_publication.is_muted(),
152153
..Default::default()
153154
});
154155

0 commit comments

Comments
 (0)