Modifier and Type | Method and Description |
---|---|
static Conference.Status |
Conference.Status.fromInteger(int i)
Initialize from integer
|
Conference.Status |
Conference.getStatus()
Get the connection status.
|
static Conference.Status |
Conference.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Conference.Status[] |
Conference.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Conference.Listener.onConnectionEvent(Conference.Status state)
Callback called on connection event
|
Copyright © 2015. All rights reserved.