Starts a ChatCall in this Chat withVideo or without.
withVideo
Future<void> call(bool withVideo) async { try { await _callService.call(chatId, withVideo: withVideo); } on JoinChatCallException catch (e) { MessagePopup.error(e); } }