ToggleScreenConfiguration

data class ToggleScreenConfiguration(val isFullscreen: Boolean, val isLandscape: Boolean) : CallAction

Used to trigger Screen UI configuration changes when observing screen share sessions.

Parameters

isFullscreen

If we should show full screen UI or not. This is usable only with landscape.

isLandscape

If the orientation should be landscape. Can be used without full screen.

Constructors

Link copied to clipboard
constructor(isFullscreen: Boolean, isLandscape: Boolean)

Properties

Link copied to clipboard
Link copied to clipboard