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