MeetingPeerFlags

@Serializable
data class MeetingPeerFlags(var hiddenParticipant: Boolean? = null, var recordere: Boolean? = null, var webinarHiddenParticipant: Boolean? = null)

Constructors

Link copied to clipboard
constructor(hiddenParticipant: Boolean? = null, recordere: Boolean? = null, webinarHiddenParticipant: Boolean? = null)

Properties

Link copied to clipboard
Link copied to clipboard