ContentShareServiceProtocol

The ContentShareService can be used to share the screen from a device.

  • Whether content share is available, if the value is available or hijackingAvailable then we can show the RPSystemBroadcastPickerView in the UI to allow Content Share to be initiated.

  • The status of the ContentShareExtension.

  • We can watch this value to provide information to the user about why content sharing has stopped. For example because there sharing was hijacked or taken over by another user.

  • Can be used to confirm that we wish to take over content sharing when requireConfirmationBeforeHijacking is set to true.

  • Stops the content share. This will cause the extension to provide an alert, the message can be set by providing a ContentShareMessageProvideron initialising the SDK.