FloorTaken

class FloorTaken(    val sessionId: String,     val talkingParticipant: VoipParticipant,     val isRevoked: Boolean,     val floorState: Int) : FloorControlStatus

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

Constructors

Link copied to clipboard
fun FloorTaken(    sessionId: String,     talkingParticipant: VoipParticipant,     isRevoked: Boolean,     floorState: Int)

Properties

Link copied to clipboard
val isRevoked: Boolean
Link copied to clipboard
val talkingParticipant: VoipParticipant

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