Modifier and Type | Method and Description |
---|---|
static Conference.Presence |
Conference.Presence.fromString(String presence) |
static Conference.Presence |
Conference.Presence.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Conference.Presence[] |
Conference.Presence.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.onPresence(String peerId,
Conference.Presence presence)
Callback called when a presence is received (fired by GetPresence).
|
void |
Conference.setPresence(Conference.Presence presence)
Set your own presence.
|
Copyright © 2015. All rights reserved.