InAppScreensharingToolConfiguration

@available(iOS 12.0, *)
@objc(BDKInAppScreensharingToolConfiguration)
public class InAppScreensharingToolConfiguration : NSObject

A value object holding the configuration values for the in-app screen share tool.

You may enable or disable the in-app screen sharing tool during SDK configuration. When enabled, if the screen recorder is available, the user will be able to capture the app screen content and share it with the other participants in the call.

Remark

The screen recorder will record only the app main window’s content and it will be stopped when the app goes in background.
  • A boolean flag indicating whether the in-app screen share tool should be enabled or disabled.

    Declaration

    Swift

    @objc
    public let isEnabled: Bool