leave abstract method

Future<void> leave(
  1. ChatId chatId,
  2. ChatCallDeviceId deviceId
)

Leaves the current OngoingCall in the specified chatId by the authenticated MyUser.

Implementation

Future<void> leave(ChatId chatId, ChatCallDeviceId deviceId);