FloorGranted

class FloorGranted(    val sessionId: String,     val floorState: Int,     val isRevoked: Boolean) : FloorControlStatus

Event to be received when the floor is granted. sessionId : the related session id isRevoked: if took the floor from other recipient The floorState can be one of the values described in STWPTTCall.STWVCallFloorState

Constructors

Link copied to clipboard
fun FloorGranted(    sessionId: String,     floorState: Int,     isRevoked: Boolean)

Properties

Link copied to clipboard
val isRevoked: Boolean

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