leave method
- CallService calls
Leaves this OngoingCall.
Throws a LeaveChatCallException.
Implementation
Future<void> leave(CallService calls) async {
Log.debug('leave()', '$runtimeType');
await calls.leave(chatId.value, deviceId);
}
Leaves this OngoingCall.
Throws a LeaveChatCallException.
Future<void> leave(CallService calls) async {
Log.debug('leave()', '$runtimeType');
await calls.leave(chatId.value, deviceId);
}