Emit Frame
event when new frames are generated for a remote track
This commit is contained in:
parent
8c6de99159
commit
46635956f4
4 changed files with 27 additions and 12 deletions
|
@ -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)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue