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 abc6ed5 commit 702f3ffCopy full SHA for 702f3ff
livekit/src/room/participant/remote_participant.rs
@@ -145,6 +145,7 @@ impl RemoteParticipant {
145
name: remote_publication.name(),
146
r#type: proto::TrackType::from(remote_publication.kind()) as i32,
147
source: proto::TrackSource::from(remote_publication.source()) as i32,
148
+ muted: remote_publication.is_muted(),
149
..Default::default()
150
});
151
0 commit comments