onTrackUnsubscribed method Null safety
- RemoteParticipant participant,
- Track track,
- RemoteTrackPublication publication
The LocalParticipant has unsubscribed from a track published by this RemoteParticipant. This event is fired when the track was unpublished
Implementation
void onTrackUnsubscribed(
RemoteParticipant participant, Track track, RemoteTrackPublication publication) {}