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 a8239a1 commit 25ec35cCopy full SHA for 25ec35c
livekit/src/room/participant/remote_participant.rs
@@ -149,6 +149,7 @@ impl RemoteParticipant {
149
name: remote_publication.name(),
150
r#type: proto::TrackType::from(remote_publication.kind()) as i32,
151
source: proto::TrackSource::from(remote_publication.source()) as i32,
152
+ muted: remote_publication.is_muted(),
153
..Default::default()
154
});
155
0 commit comments