STWFloorRevokeReason

annotation class STWFloorRevokeReason

Properties

Link copied to clipboard
val MEDIABURST_TOO_LONG: Int
The participant took the floor for longer than the granted duration
Link copied to clipboard
val NO_PERMISSION: Int
The participant has no permission
Link copied to clipboard
val NO_RESOURCES: Int
There's no resource left
Link copied to clipboard
val ONLY_ONE_PARTICIPANT: Int
Participant is now alone (probably after a participant left)
Link copied to clipboard
val OTHER: Int
Any other reason
Link copied to clipboard
val PREEMPTED: Int
The participant has been preempted by an other participant
Link copied to clipboard
val UNKNOWN: Int
Placeholder

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