pub async fn toggle_video_chat_enabled_start_notification(
group_call_id: i32,
enabled_start_notification: bool,
client_id: i32,
) -> Result<(), Error>Expand description
Toggles whether the current user will receive a notification when the video chat starts; for scheduled video chats only
ยงArguments
group_call_id- Group call identifierenabled_start_notification- New value of the enabled_start_notification settingclient_id- The client id to send the request to