MeetingPeerMetadata

@Serializable
data class MeetingPeerMetadata(val viewType: String? = null, val presetName: String? = null)

Constructors

Link copied to clipboard
constructor(viewType: String? = null, presetName: String? = null)

Properties

Link copied to clipboard
val presetName: String? = null
Link copied to clipboard
val viewType: String? = null