RoomCreationOptions

@Serializable
data class RoomCreationOptions(val action: String, val meetingId: String, val durationMinutes: Int, val capacity: Int, val userName: String, val scheduledDateEpochMillis: Long? = null, val secureCode: String? = null, val eventType: EventType = EventType.NONE, val recordOnly: Boolean = false, val eventStatus: String = "inactive", val startIndex: Int = 0, val pageSize: Int = 50, val safeRoom: Boolean = false, val autoStartSafeRoom: Boolean = false, val safeRoomAction: String = "warn", val dataBuffer: Boolean = false, val bufferType: String = "all", val supportSip: Boolean = false, val directionSip: String = "both", val preferPcma: Boolean = false)

Constructors

Link copied to clipboard
constructor(action: String, meetingId: String, durationMinutes: Int, capacity: Int, userName: String, scheduledDateEpochMillis: Long? = null, secureCode: String? = null, eventType: EventType = EventType.NONE, recordOnly: Boolean = false, eventStatus: String = "inactive", startIndex: Int = 0, pageSize: Int = 50, safeRoom: Boolean = false, autoStartSafeRoom: Boolean = false, safeRoomAction: String = "warn", dataBuffer: Boolean = false, bufferType: String = "all", supportSip: Boolean = false, directionSip: String = "both", preferPcma: Boolean = false)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val dataBuffer: Boolean = false
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@SerialName(value = "meetingID")
val meetingId: String
Link copied to clipboard
val pageSize: Int = 50
Link copied to clipboard
val preferPcma: Boolean = false
Link copied to clipboard
val recordOnly: Boolean = false
Link copied to clipboard
val safeRoom: Boolean = false
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val secureCode: String? = null
Link copied to clipboard
val startIndex: Int = 0
Link copied to clipboard
val supportSip: Boolean = false
Link copied to clipboard