leave abstract method
- ChatId chatId,
- ChatCallDeviceId deviceId
Leaves the current OngoingCall in the specified chatId
by the
authenticated MyUser.
Implementation
Future<void> leave(ChatId chatId, ChatCallDeviceId deviceId);
Leaves the current OngoingCall in the specified chatId
by the
authenticated MyUser.
Future<void> leave(ChatId chatId, ChatCallDeviceId deviceId);