MediaSubscriptionSettings

@Serializable
data class MediaSubscriptionSettings

Settings that describe whether and how each piece of media (e.g. camera) should be received.

Properties

Link copied to clipboard
val camera: VideoSubscriptionSettings
Link copied to clipboard
val customAudio: Map<CustomTrackName, AudioSubscriptionSettings>
Link copied to clipboard
val customVideo: Map<CustomTrackName, VideoSubscriptionSettings>
Link copied to clipboard
val microphone: AudioSubscriptionSettings
Link copied to clipboard
val screenAudio: AudioSubscriptionSettings
Link copied to clipboard
val screenVideo: VideoSubscriptionSettings