STWVParticipantState

enum STWVParticipantState

Entries

Link copied to clipboard

ALL

Link copied to clipboard

the CUG denied to call this participantSTWVParticipantState

Link copied to clipboard

the participant does not have the feature

Link copied to clipboard

the participant is currently busy

Link copied to clipboard

the participant declined

Link copied to clipboard

The participant did not answer to the invitation

Link copied to clipboard

the participant hung up on the call

Link copied to clipboard

the participant is currently attending to the session

Link copied to clipboard

the participant is currently attending to the session and is on hold

Link copied to clipboard

the participant is currently attending to the session

Link copied to clipboard

The participant has been reached on the server

Link copied to clipboard

the participant has been invited to join the session

Link copied to clipboard

The participant is created on the server

Link copied to clipboard

unknown

Properties

Link copied to clipboard
private open val key: Int
Link copied to clipboard
@get:NonNull
@set:NonNull
private open var value: Participant.State

Functions

Link copied to clipboard
open fun fromValue(@NonNull val: Participant.State): STWVParticipantState
Turn an int value to a EventType.
Link copied to clipboard
open fun toString(): String
Link copied to clipboard
open fun valueOf(name: String): STWVParticipantState
Link copied to clipboard
open fun values(): Array<STWVParticipantState>