GroupCallParticipant constructor
GroupCallParticipant({
- String? extra,
- int? client_id,
- MessageSender? participant_id,
- int32? audio_source_id,
- int32? screen_sharing_audio_source_id,
- GroupCallParticipantVideoInfo? video_info,
- GroupCallParticipantVideoInfo? screen_sharing_video_info,
- string? bio,
- Bool? is_current_user,
- Bool? is_speaking,
- Bool? is_hand_raised,
- Bool? can_be_muted_for_all_users,
- Bool? can_be_unmuted_for_all_users,
- Bool? can_be_muted_for_current_user,
- Bool? can_be_unmuted_for_current_user,
- Bool? is_muted_for_all_users,
- Bool? is_muted_for_current_user,
- Bool? can_unmute_self,
- int32? volume_level,
- string? order,
Implementation
GroupCallParticipant({
super.extra,
super.client_id,
this.participant_id,
this.audio_source_id,
this.screen_sharing_audio_source_id,
this.video_info,
this.screen_sharing_video_info,
this.bio,
this.is_current_user,
this.is_speaking,
this.is_hand_raised,
this.can_be_muted_for_all_users,
this.can_be_unmuted_for_all_users,
this.can_be_muted_for_current_user,
this.can_be_unmuted_for_current_user,
this.is_muted_for_all_users,
this.is_muted_for_current_user,
this.can_unmute_self,
this.volume_level,
this.order,
});