Floor Taken
class FloorTaken( val sessionId: String, val talkingParticipant: VoipParticipant, val isRevoked: Boolean, val floorState: Int) : FloorControlStatus
Content copied to clipboard
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)
Content copied to clipboard