onTrackSubscribed method Null safety
- RemoteParticipant participant,
- Track track,
- RemoteTrackPublication publication
The LocalParticipant has subscribed to a new track published by this RemoteParticipant
Implementation
void onTrackSubscribed(
RemoteParticipant participant, Track track, RemoteTrackPublication publication) {}