STWFloorDenyReason

annotation class STWFloorDenyReason

Properties

Link copied to clipboard
val ANOTHER_CLIENT_HAS_PERMISSION: Int
An other client has permission
Link copied to clipboard
val INTERNAL_SERVER_ERROR: Int
Internal server error
Link copied to clipboard
val NO_RESOURCES: Int
There's no available resource for the participant to take the floor
Link copied to clipboard
val ONLY_ONE_PARTICIPANT: Int
Participant is alone
Link copied to clipboard
val OTHER: Int
Any other reason
Link copied to clipboard
val QUEUE_FULL: Int
The request queue is full
Link copied to clipboard
val RECEIVE_ONLY: Int
The participant can only receive media stream
Link copied to clipboard
val RETRY_AFTER_TIMER_NOT_EXPIRED: Int
Timer T9 (Retry-after) has not expired after permission to send media has been revoked
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