WIP: Add mute icons

This commit is contained in:
Mikayla Maki 2023-06-27 13:12:52 -07:00
parent 37cb202c93
commit 60ce584427
No known key found for this signature in database
4 changed files with 26 additions and 2 deletions

View file

@ -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>>,
}