VideoSubscriptionConfiguration
class VideoSubscriptionConfiguration(var priority: VideoPriority, var targetResolution: VideoResolution)
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
Properties
Link copied to clipboard
: VideoPriority - Relative priority for the subscription. See VideoPriority for more information.
Link copied to clipboard
: VideoResolution - A target resolution for the subscription. The actual receive resolution may vary.