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 6d19d48 commit bf56220Copy full SHA for bf56220
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