observingParticipantConnected static method
void
observingParticipantConnected(
- ParticipantConnectedEvent event
Implementation
static void observingParticipantConnected(ParticipantConnectedEvent event) {
for (var e in MTVideoCallPlugin.instance.roomListener) {
e.onParticipantConnectedRoom(event.participant);
}
}