Class ToggleScreenConfiguration
-
- All Implemented Interfaces:
-
io.getstream.video.android.core.call.state.CallAction
public final class ToggleScreenConfiguration implements CallAction
Used to trigger Screen UI configuration changes when observing screen share sessions.
-
-
Field Summary
Fields Modifier and Type Field Description private final BooleanisFullscreenprivate final BooleanisLandscape
-
Constructor Summary
Constructors Constructor Description ToggleScreenConfiguration(Boolean isFullscreen, Boolean isLandscape)
-
Method Summary
Modifier and Type Method Description final BooleanisFullscreen()final BooleanisLandscape()-
-
Method Detail
-
isFullscreen
final Boolean isFullscreen()
-
isLandscape
final Boolean isLandscape()
-
-
-
-