chatId property
Returns the ChatId of the Chat this OngoingCall is taking place in.
Implementation
Rx<ChatId> get chatId => _currentCall.value.chatId;
Returns the ChatId of the Chat this OngoingCall is taking place in.
Rx<ChatId> get chatId => _currentCall.value.chatId;