Event.participantUpdated constructor Null safety

const Event.participantUpdated(
  1. {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;