pub async fn end_group_call(
group_call_id: i32,
client_id: i32,
) -> Result<(), Error>Expand description
Ends a group call. Requires groupCall.can_be_managed
ยงArguments
group_call_id- Group call identifierclient_id- The client id to send the request to