VideoChat constructor
VideoChat({
- String? extra,
- int? client_id,
- int32? group_call_id,
- Bool? has_participants,
- MessageSender? default_participant_id,
Implementation
VideoChat({
super.extra,
super.client_id,
this.group_call_id,
this.has_participants,
this.default_participant_id,
});