SOSScreenSharing

@interface SOSScreenSharing : NSObject

Interface for configuring screen sharing behavior.

  • If enabled, will allow sharing of the current screen context to a connected service agent.
    Default: YES

    Declaration

    Objective-C

    @property (assign, readwrite, atomic) BOOL enabled;

    Swift

    var enabled: Bool { get set }