observingTrackSubscribed static method
void
observingTrackSubscribed(
- TrackSubscribedEvent event
Implementation
static void observingTrackSubscribed(TrackSubscribedEvent event) {
for (var e in MTVideoCallPlugin.instance.trackListener) {
e.onTrackSubscribed(event.publication, event.participant, event.track);
}
}