STREAMWIDE SDK Android 3.12.1
STREAMWIDE SDK Android 3.12.1
/
com.streamwide.smartms.lib.core.api.call
/
STWFloorState
STWFloor
State
@
Retention
(
value
=
RetentionPolicy.SOURCE
)
annotation class
STWFloorState
Content copied to clipboard
Inherited functions
Properties
Properties
HAS_NO_PERMISSION
Link copied to clipboard
val
HAS_NO_PERMISSION
:
Int
Content copied to clipboard
the client has no permission, and did not request the floor
HAS_PERMISSION
Link copied to clipboard
val
HAS_PERMISSION
:
Int
Content copied to clipboard
the client has the floor
INACTIVE
Link copied to clipboard
val
INACTIVE
:
Int
Content copied to clipboard
the client floor control is inactive, for one of the following reasons: - the call is reconnecting - the client is alone in the call - the call is stopping - the call is on hold (either the client, or all the other participant are on hold)
PENDING_RELEASE
Link copied to clipboard
val
PENDING_RELEASE
:
Int
Content copied to clipboard
the client has the floor, and did send a floor release
PENDING_REQUEST
Link copied to clipboard
val
PENDING_REQUEST
:
Int
Content copied to clipboard
the client has no permission, and did send a floor request
START_STOP
Link copied to clipboard
val
START_STOP
:
Int
Content copied to clipboard
initial state
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