STREAMWIDE SDK Android 3.12.1
STREAMWIDE SDK Android 3.12.1
/
com.streamwide.smartms.lib.core.api.call
/
STWParticipantState
STWParticipant
State
@
Retention
(
value
=
RetentionPolicy.SOURCE
)
annotation class
STWParticipantState
Content copied to clipboard
Inherited functions
Properties
Properties
ALL_PARTICIPANT
Link copied to clipboard
val
ALL_PARTICIPANT
:
Int
Content copied to clipboard
ALL
ATTENDING
Link copied to clipboard
val
ATTENDING
:
Int
Content copied to clipboard
the participant is currently attending to the session
ATTENDING_ONHOLD
Link copied to clipboard
val
ATTENDING_ONHOLD
:
Int
Content copied to clipboard
the participant is currently attending to the session and is on hold
BUSY
Link copied to clipboard
val
BUSY
:
Int
Content copied to clipboard
the participant is currently busy
CREATED
Link copied to clipboard
val
CREATED
:
Int
Content copied to clipboard
The participant is created on the server
CUG_DENIED
Link copied to clipboard
val
CUG_DENIED
:
Int
Content copied to clipboard
the CUG denied to call this participant
DECLINED
Link copied to clipboard
val
DECLINED
:
Int
Content copied to clipboard
the participant declined
FEATURE_NOT_ALLOWED
Link copied to clipboard
val
FEATURE_NOT_ALLOWED
:
Int
Content copied to clipboard
the participant does not have the feature
HUNGUP
Link copied to clipboard
val
HUNGUP
:
Int
Content copied to clipboard
the participant hung up on the call
INVITED
Link copied to clipboard
val
INVITED
:
Int
Content copied to clipboard
the participant has been invited to join the session
REACHED
Link copied to clipboard
val
REACHED
:
Int
Content copied to clipboard
The participant has been reached on the server
RECONNECTING
Link copied to clipboard
val
RECONNECTING
:
Int
Content copied to clipboard
the participant is currently attending to the session
UNANSWERING
Link copied to clipboard
val
UNANSWERING
:
Int
Content copied to clipboard
The participant did not answer to the invitation
UNKNOWN
Link copied to clipboard
val
UNKNOWN
:
Int
Content copied to clipboard
unknown
Inherited functions
annotation
Type
Link copied to clipboard
abstract
fun
annotationType
(
)
:
Class
<
out
Annotation
>
Content copied to clipboard
equals
Link copied to clipboard
abstract
fun
equals
(
p
:
Any
)
:
Boolean
Content copied to clipboard
hash
Code
Link copied to clipboard
abstract
fun
hashCode
(
)
:
Int
Content copied to clipboard
to
String
Link copied to clipboard
abstract
fun
toString
(
)
:
String
Content copied to clipboard