chatId property

Rx<ChatId> get chatId

Returns the ChatId of the Chat this OngoingCall is taking place in.

Implementation

Rx<ChatId> get chatId => _currentCall.value.chatId;