public enum WebRtcMode extends Enum<WebRtcMode>
| Modifier and Type | Method and Description |
|---|---|
String |
getJsFunction() |
String |
toString() |
static WebRtcMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WebRtcMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WebRtcMode SEND_RCV
public static final WebRtcMode SEND_ONLY
public static final WebRtcMode RCV_ONLY
public static WebRtcMode[] values()
for (WebRtcMode c : WebRtcMode.values()) System.out.println(c);
public static WebRtcMode valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getJsFunction()
public String toString()
toString in class Enum<WebRtcMode>Copyright © 2021 Kurento. All rights reserved.