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