VideoSubscriptionConfiguration

@objcMembers
public class VideoSubscriptionConfiguration : NSObject

Configuration for a specific video source. The values are intentionally mutable so that a map of all current configurations can be kept and updated as needed.

VideoSubscriptionConfiguration is used to contain the priority and resolution of remote video sources and content share to be received

    • priority: Relative priority for the subscription.
    • targetResolution: A target resolution for the subscription. The actual receive resolution may vary.

    Declaration

    Swift

    public var priority: VideoPriority
  • Declaration

    Swift

    public var targetResolution: VideoResolution