Participant constructor
- {required ParticipantId id,
- required ParticipantInfo info,
- ParticipantMedia? media}
Implementation
const factory Participant({
/// The unique ID of this participant. This will be the same across calls for each [CallClient] instance.
required ParticipantId id,
required ParticipantInfo info,
ParticipantMedia? media,
}) = _Participant;