ParticipantConnectedEvent constructor

const ParticipantConnectedEvent(
  1. {required RemoteParticipant participant}
)

Implementation

const ParticipantConnectedEvent({
  required this.participant,
});