removeChatCallMember abstract method

Future<void> removeChatCallMember(
  1. ChatId chatId,
  2. UserId userId
)

Removes the specified User from the ChatCall of the specified Chat-group by authority of the authenticated MyUser.

If the specified User participates in the ChatCall from multiple devices simultaneously, then removes all the devices at once.

Implementation

Future<void> removeChatCallMember(ChatId chatId, UserId userId);