WIP: Add mute icons
This commit is contained in:
parent
37cb202c93
commit
60ce584427
4 changed files with 26 additions and 2 deletions
|
@ -43,6 +43,7 @@ pub struct RemoteParticipant {
|
|||
pub peer_id: proto::PeerId,
|
||||
pub projects: Vec<proto::ParticipantProject>,
|
||||
pub location: ParticipantLocation,
|
||||
pub muted: bool,
|
||||
pub video_tracks: HashMap<live_kit_client::Sid, Arc<RemoteVideoTrack>>,
|
||||
pub audio_tracks: HashMap<live_kit_client::Sid, Arc<RemoteAudioTrack>>,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue