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

interface MediaEvent_TracksRemoved {
    endpointId: string;
    trackIds: string[];
}

Properties

Properties

endpointId: string
trackIds: string[]