Create Media SFURoom Options
@Serializable
Options for creating a room on MediaSFU.
Constructors
Link copied to clipboard
constructor(action: String, duration: Int, capacity: Int, userName: String, scheduledDate: Long? = null, secureCode: String? = null, eventType: String? = null, roomName: String? = null, adminPasscode: String? = null, islevel: String? = null, recordOnly: Boolean? = false, safeRoom: Boolean? = false, autoStartSafeRoom: Boolean? = false, safeRoomAction: String? = "kick", dataBuffer: Boolean? = false, bufferType: String? = "all")
Properties
Link copied to clipboard
Link copied to clipboard
Automatically start the safe room feature (optional)
Link copied to clipboard
Type of buffer data (optional)
Link copied to clipboard
Whether to return data buffer (optional)
Link copied to clipboard
Whether the room is for media production only (optional)
Link copied to clipboard
Action for the safe room (optional)
Link copied to clipboard
Unix timestamp (in milliseconds) for the scheduled date (optional)
Link copied to clipboard
Secure code for the room host (optional)