Modifier and Type | Method and Description |
---|---|
static Conference.VideoOption |
Conference.VideoOption.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Conference.VideoOption[] |
Conference.VideoOption.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
int |
Conference.getVideoOption_int(Conference.VideoOption option)
Get video option has int.
|
String |
Conference.getVideoOption_string(Conference.VideoOption option)
Get video option has String.
|
boolean |
Conference.hasVideoOption(Conference.VideoOption option)
Check if a video option has been set.
|
void |
Conference.setVideoOption(Conference.VideoOption option,
int value)
Set video options.
|
Copyright © 2015. All rights reserved.