STWParticipantState

annotation class STWParticipantState

Properties

Link copied to clipboard
val ALL_PARTICIPANT: Int
ALL
Link copied to clipboard
val ATTENDING: Int
the participant is currently attending to the session
Link copied to clipboard
val ATTENDING_ONHOLD: Int
the participant is currently attending to the session and is on hold
Link copied to clipboard
val BUSY: Int
the participant is currently busy
Link copied to clipboard
val CREATED: Int
The participant is created on the server
Link copied to clipboard
val CUG_DENIED: Int
the CUG denied to call this participant
Link copied to clipboard
val DECLINED: Int
the participant declined
Link copied to clipboard
val FEATURE_NOT_ALLOWED: Int
the participant does not have the feature
Link copied to clipboard
val HUNGUP: Int
the participant hung up on the call
Link copied to clipboard
val INVITED: Int
the participant has been invited to join the session
Link copied to clipboard
val REACHED: Int
The participant has been reached on the server
Link copied to clipboard
val RECONNECTING: Int
the participant is currently attending to the session
Link copied to clipboard
val UNANSWERING: Int
The participant did not answer to the invitation
Link copied to clipboard
val UNKNOWN: Int
unknown

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