ObserveStaleOpenCallsCleanupUseCase

This use case is responsible for observing the state of the cleanup of stale open calls. This can happen, for example, when the app is killed while a call is ongoing, and the call is not properly closed.

Return

a flow of boolean, where true means that the cleanup is done, and false means that the cleanup is still in progress.

Inheritors

Functions

Link copied to clipboard
abstract operator fun invoke(): <Error class: unknown class><Boolean>