-
public final class TranscriptionsPositionUseCase
-
-
Field Summary
Fields Modifier and Type Field Description private final StringTAGprivate final MutableLiveData<MeetingViewModel.TranscriptionsPosition>transcriptionsPosition
-
Constructor Summary
Constructors Constructor Description TranscriptionsPositionUseCase(CoroutineScope scope)
-
Method Summary
Modifier and Type Method Description final StringgetTAG()final MutableLiveData<MeetingViewModel.TranscriptionsPosition>getTranscriptionsPosition()final UnitchatStateChanged(Boolean enabled)final UnitsetScreenShare(Boolean enabled)-
-
Method Detail
-
getTranscriptionsPosition
final MutableLiveData<MeetingViewModel.TranscriptionsPosition> getTranscriptionsPosition()
-
chatStateChanged
final Unit chatStateChanged(Boolean enabled)
-
setScreenShare
final Unit setScreenShare(Boolean enabled)
-
-
-
-