Skip to content

Commit c73496b

Browse files
committed
fix: update muted state of new subscribed media tracks
1 parent fab9b22 commit c73496b

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
@@ -145,6 +145,7 @@ impl RemoteParticipant {
145145
name: remote_publication.name(),
146146
r#type: proto::TrackType::from(remote_publication.kind()) as i32,
147147
source: proto::TrackSource::from(remote_publication.source()) as i32,
148+
muted: remote_publication.is_muted(),
148149
..Default::default()
149150
});
150151

0 commit comments

Comments
 (0)