FloorRevoke

class FloorRevoke(    val sessionId: String,     val floorState: Int,     val revokeReason: FloorRevokeReason) : FloorControlStatus

Event to be received when the floor is taken by someone else. sessionId : the related session id The floorState can be one of the values described in STWPTTCall.STWVCallFloorState

Constructors

Link copied to clipboard
fun FloorRevoke(    sessionId: String,     floorState: Int,     revokeReason: FloorRevokeReason)

Properties

Link copied to clipboard
val revokeReason: FloorRevokeReason

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