Sent to informs that one of the peers has added one or more tracks.

interface MediaEvent_TracksAdded {
    endpointId: string;
    trackIdToTrack: { [key: string]: MediaEvent_Track };
}

Properties

endpointId: string
trackIdToTrack: { [key: string]: MediaEvent_Track }