kalium
common
logic
/
com.wire.kalium.logic.feature.call.usecase.video
/
UpdateVideoStateUseCase
Update
Video
State
Use
Case
class
UpdateVideoStateUseCase
(
callRepository
:
CallRepository
)
This use case is responsible for updating and caching the video state of a call.
See also
Video
State
Members
Constructors
Update
Video
State
Use
Case
Link copied to clipboard
constructor
(
callRepository
:
CallRepository
)
Functions
invoke
Link copied to clipboard
suspend operator
fun
invoke
(
conversationId
:
<Error class: unknown class>
,
videoState
:
<Error class: unknown class>
)