| Package | Description |
|---|---|
| org.kurento.test.browser |
| Modifier and Type | Method and Description |
|---|---|
static WebRtcMode |
WebRtcMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WebRtcMode[] |
WebRtcMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WebRtcTestPage.initWebRtc(WebRtcEndpoint webRtcEndpoint,
WebRtcChannel channel,
WebRtcMode mode) |
void |
WebRtcTestPage.initWebRtc(WebRtcEndpoint webRtcEndpoint,
WebRtcChannel channel,
WebRtcMode mode,
Boolean useDataChannels) |
void |
WebRtcTestPage.initWebRtc(WebRtcEndpoint webRtcEndpoint,
WebRtcChannel channel,
WebRtcMode mode,
WebRtcIpvMode webRtcIpvMode) |
void |
WebRtcTestPage.initWebRtc(WebRtcEndpoint webRtcEndpoint,
WebRtcChannel channel,
WebRtcMode mode,
WebRtcIpvMode webRtcIpvMode,
WebRtcCandidateType webRtcCandidateType)
initWebRtc with IPVMode and without useDataChannels
|
void |
WebRtcTestPage.initWebRtc(WebRtcEndpoint webRtcEndpoint,
WebRtcChannel channel,
WebRtcMode mode,
WebRtcIpvMode webRtcIpvMode,
WebRtcCandidateType webRtcCandidateType,
boolean useDataChannels) |
protected void |
WebRtcTestPage.initWebRtc(WebRtcTestPage.WebRtcConfigurer webRtcConfigurer,
WebRtcChannel channel,
WebRtcMode mode) |
protected void |
WebRtcTestPage.initWebRtc(WebRtcTestPage.WebRtcConfigurer webRtcConfigurer,
WebRtcChannel channel,
WebRtcMode mode,
WebRtcCandidateType candidateType,
boolean useDataChannels) |
Copyright © 2016 Kurento. All rights reserved.