FloorDenied

class FloorDenied(    val sessionId: String,     val floorState: Int,     val denyReason: Int) : FloorControlStatus

Event to be received when the floor is denied. sessionId : the related session id denyReason: the deny reason from STWFloorDenyReason The floorState can be one of the values described in STWPTTCall.STWVCallFloorState

Constructors

Link copied to clipboard
fun FloorDenied(    sessionId: String,     floorState: Int,     denyReason: Int)

Properties

Link copied to clipboard
val denyReason: Int

Inherited properties

Link copied to clipboard
val createdAt: Date
Link copied to clipboard
val eventType: String
Link copied to clipboard
val floorState: Int
Link copied to clipboard
val sessionId: String
Link copied to clipboard
var type: String