Emit Frame event when new frames are generated for a remote track

This commit is contained in:
Antonio Scandurra 2022-10-18 12:18:49 +02:00
parent 8c6de99159
commit 46635956f4
4 changed files with 27 additions and 12 deletions

View file

@ -41,7 +41,7 @@ pub struct RemoteParticipant {
pub user: Arc<User>,
pub projects: Vec<proto::ParticipantProject>,
pub location: ParticipantLocation,
pub tracks: HashMap<String, RemoteVideoTrack>,
pub tracks: HashMap<live_kit_client::Sid, RemoteVideoTrack>,
}
#[derive(Clone)]