calls property

RxObsMap<ChatId, Rx<OngoingCall>> get calls

Unmodifiable map of the currently displayed OngoingCalls.

Implementation

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