Package 

Enum ScreenSharing.Mode

  • All Implemented Interfaces:
    java.io.Serializable , java.lang.Comparable

    
    public enum ScreenSharing.Mode
    
                        

    Defines the way Visitor screen is shared with an Operator.

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      UNBOUNDED

      With this mode Visitor screen is mirrored as is at all times, even if the appgoes to background and/or when Visitor navigates to a different app.

      APP_BOUNDED

      With this mode Visitor screen is mirrored as is only when the app is in foreground.

      When app goes to the background then the screen sharing is paused untilthe app goes to foreground again.