ShareConfig

public struct ShareConfig

This struct represents Screen Share configuration of a call

Since

3.9.0
  • This indicates the type of screen sharing optimization.

    Since

    3.9.0

    Declaration

    Swift

    public let shareType: ShareOptimizeType
  • This indicates if the audio output from the speakers will also be played back in the share

    Since

    3.9.0

    Declaration

    Swift

    public let enableAudio: Bool
  • Undocumented

    Declaration

    Swift

    public init(shareType: ShareOptimizeType, enableAudio: Bool)