Track Subscription State Update
data class TrackSubscriptionStateUpdate(val camera: SubscriptionState? = null, val microphone: SubscriptionState? = null, val screenVideo: SubscriptionState? = null, val screenAudio: SubscriptionState? = null)
Constructors
Link copied to clipboard
constructor(camera: SubscriptionState? = null, microphone: SubscriptionState? = null, screenVideo: SubscriptionState? = null, screenAudio: SubscriptionState? = null)