transformDialogCallIntoGroupCall abstract method
Moves an ongoing ChatCall in a Chat-dialog to a newly created Chat-group, optionally adding new members.
Implementation
Future<void> transformDialogCallIntoGroupCall(
ChatId chatId,
List<UserId> additionalMemberIds,
ChatName? groupName,
);