amazon-chime-sdk / com.amazonaws.services.chime.sdk.meetings.audiovideo.video / VideoSubscriptionConfiguration

VideoSubscriptionConfiguration

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

Constructors

<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)

Properties

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