VideoSubscriptionSettingsUpdate

@Serializable
data class VideoSubscriptionSettingsUpdate(subscriptionState: Update<SubscriptionState>?, receiveSettings: Update<VideoReceiveSettingsUpdate>?) : 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
fun VideoSubscriptionSettingsUpdate(subscriptionState: Update<SubscriptionState>? = null, receiveSettings: Update<VideoReceiveSettingsUpdate>? = null)

Types

Link copied to clipboard
class Builder

Properties

Link copied to clipboard
val receiveSettings: Update<VideoReceiveSettingsUpdate>? = null

The video's receive settings

Link copied to clipboard
val subscriptionState: Update<SubscriptionState>? = null

The camera's subscription state.