UpdateGroupCallParticipant constructor
const
UpdateGroupCallParticipant({
- required int groupCallId,
- required GroupCallParticipant participant,
- dynamic extra,
- int? clientId,
Information about a group call participant was changed. The updates are sent only after the group call is received through getGroupCall and only if the call is joined or being joined
Implementation
const UpdateGroupCallParticipant({
required this.groupCallId,
required this.participant,
this.extra,
this.clientId,
});