| Package | Description |
|---|---|
| org.kurento.test.browser |
| Modifier and Type | Method and Description |
|---|---|
static WebRtcCandidateType |
WebRtcCandidateType.find(String candidateType) |
static WebRtcCandidateType |
WebRtcCandidateType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WebRtcCandidateType[] |
WebRtcCandidateType.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,
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,
WebRtcCandidateType candidateType,
boolean useDataChannels) |
protected String |
WebRtcTestPage.manglingCandidate(String candidate,
WebRtcIpvMode webRtcIpvMode,
WebRtcCandidateType webRtcCandidateType) |
Copyright © 2018 Kurento. All rights reserved.