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.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final Boolean isFullscreen()
      final Boolean isLandscape()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ToggleScreenConfiguration

        ToggleScreenConfiguration(Boolean isFullscreen, Boolean isLandscape)
        Parameters:
        isFullscreen - If we should show full screen UI or not.
        isLandscape - If the orientation should be landscape.