calls property

RxObsMap<ChatId, Rx<OngoingCall>> get calls

Returns the map of the current OngoingCalls.

Used for RxChat.inCall indicator.

Implementation

RxObsMap<ChatId, Rx<OngoingCall>> get calls => _callRepo.calls;