| Package | Description |
|---|---|
| org.kurento.test.browser |
| Modifier and Type | Method and Description |
|---|---|
static WebRtcIpvMode |
WebRtcIpvMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WebRtcIpvMode[] |
WebRtcIpvMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected Boolean |
WebRtcTestPage.filterCandidate(String candidate,
WebRtcIpvMode webRtcIpvMode,
WebRtcCandidateType webRtcCandidateType) |
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 String |
WebRtcTestPage.manglingCandidate(String candidate,
WebRtcIpvMode webRtcIpvMode,
WebRtcCandidateType webRtcCandidateType) |
Copyright © 2018 Kurento. All rights reserved.