VideoSubscriptionSettingsUpdate

@Serializable
data class VideoSubscriptionSettingsUpdate(val subscriptionState: Update<SubscriptionState>? = null, val receiveSettings: Update<VideoReceiveSettingsUpdate>? = null) : Update<VideoSubscriptionSettingsUpdate>

Update for subscription settings for video medias, containing the desired subscription state and the settings with which the media will be received.

See also

Constructors

Link copied to clipboard
constructor(subscriptionState: Update<SubscriptionState>? = null, receiveSettings: Update<VideoReceiveSettingsUpdate>? = null)

Types

Link copied to clipboard
class Builder

Properties

Link copied to clipboard

The video's receive settings

Link copied to clipboard

The camera's subscription state.