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