GroupCall constructor
GroupCall({
- String? extra,
- int? client_id,
- int32? id,
- string? title,
- int32? scheduled_start_date,
- Bool? enabled_start_notification,
- Bool? is_active,
- Bool? is_rtmp_stream,
- Bool? is_joined,
- Bool? need_rejoin,
- Bool? can_be_managed,
- int32? participant_count,
- Bool? loaded_all_participants,
- vector<
GroupCallRecentSpeaker> ? recent_speakers, - Bool? is_my_video_enabled,
- Bool? is_my_video_paused,
- Bool? can_enable_video,
- Bool? mute_new_participants,
- Bool? can_toggle_mute_new_participants,
- int32? record_duration,
- Bool? is_video_recorded,
- int32? duration,
Implementation
GroupCall({
super.extra,
super.client_id,
this.id,
this.title,
this.scheduled_start_date,
this.enabled_start_notification,
this.is_active,
this.is_rtmp_stream,
this.is_joined,
this.need_rejoin,
this.can_be_managed,
this.participant_count,
this.has_hidden_listeners,
this.loaded_all_participants,
this.recent_speakers,
this.is_my_video_enabled,
this.is_my_video_paused,
this.can_enable_video,
this.mute_new_participants,
this.can_toggle_mute_new_participants,
this.record_duration,
this.is_video_recorded,
this.duration,
});