Event.participantUpdated constructor Null safety
- {required Participant participant}
Emitted when a participant in the CallClient's current call is updated. This means that the participants metadata was changed and/or that one or more of their media tracks changed.
Implementation
const factory Event.participantUpdated({required Participant participant}) = ParticipantUpdatedEvent;