GroupCall constructor
- {required int id,
- required String title,
- required int scheduled_start_date,
- required bool enabled_start_notification,
- required bool is_active,
- required bool is_rtmp_stream,
- required bool is_joined,
- required bool need_rejoin,
- required bool can_be_managed,
- required int participant_count,
- required bool loaded_all_participants,
- required List<
GroupCallRecentSpeaker> recent_speakers, - required bool is_my_video_enabled,
- required bool is_my_video_paused,
- required bool can_enable_video,
- required bool mute_new_participants,
- required bool can_toggle_mute_new_participants,
- required int record_duration,
- required bool is_video_recorded,
- required int duration,
- int? extra,
- int? clientId}
Describes a group call
Implementation
GroupCall