ObserveLastActiveCallWithSortedParticipantsUseCase
Use case to observe the last active call for the given ConversationId or null if there is no such call, with sorted participants according to the CallingParticipantsOrderType. The call is active when it's one of the following states: STARTED, INCOMING, ANSWERED, ESTABLISHED, STILL_ONGOING.
Inheritors
Functions
Link copied to clipboard
abstract suspend operator fun invoke(conversationId: <Error class: unknown class>, orderType: CallingParticipantsOrderType = CallingParticipantsOrderType.VIDEOS_FIRST): <Error class: unknown class><<Error class: unknown class>?>