Drops the call in the Chat identified by the id.
Future<void> dropCall() => _callService.leave(chat?.id ?? id);