STWFloorState

annotation class STWFloorState

Properties

Link copied to clipboard
val HAS_NO_PERMISSION: Int
the client has no permission, and did not request the floor
Link copied to clipboard
val HAS_PERMISSION: Int
the client has the floor
Link copied to clipboard
val INACTIVE: Int
the client floor control is inactive, for one of the following reasons: - the call is reconnecting - the client is alone in the call - the call is stopping - the call is on hold (either the client, or all the other participant are on hold)
Link copied to clipboard
val PENDING_RELEASE: Int
the client has the floor, and did send a floor release
Link copied to clipboard
val PENDING_REQUEST: Int
the client has no permission, and did send a floor request
Link copied to clipboard
val START_STOP: Int
initial state

Inherited functions

Link copied to clipboard
abstract fun annotationType(): Class<out Annotation>
Link copied to clipboard
abstract fun equals(p: Any): Boolean
Link copied to clipboard
abstract fun hashCode(): Int
Link copied to clipboard
abstract fun toString(): String