ParticipantFlags

class ParticipantFlags(val recorder: Boolean, val hiddenParticipant: Boolean, val webinarHiddenParticipant: Boolean)

Constructors

Link copied to clipboard
constructor(recorder: Boolean, hiddenParticipant: Boolean, webinarHiddenParticipant: Boolean)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun toMap(): Map<String, Any?>