All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
void |
activateLatencyControl(String localId,
String remoteId) |
void |
activatePeerConnectionInboundStats(String peerConnectionId) |
void |
activatePeerConnectionOutboundStats(String peerConnectionId) |
void |
addEventListener(String videoTag,
String eventType,
BrowserEventListener eventListener) |
void |
checkColor(String... videoTags) |
void |
checkLatencyUntil(SystemMonitorManager monitor,
long endTimeMillis) |
void |
close() |
boolean |
compareColor(String videoTag,
Color expectedColor,
boolean logWarn) |
boolean |
compareDataChannelMessage(String message) |
void |
consoleLog(ConsoleLogLevel level,
String message) |
void |
endOcr() |
Browser |
getBrowser() |
Color |
getCurrentColor(VideoTag videoTag) |
long |
getCurrentTime(VideoTag videoTag) |
long |
getLatency() |
Map<String,Map<String,Object>> |
getOcrMap() |
File |
getRecording() |
File |
getRecording(String fileName) |
PeerConnectionStats |
getRtcStats() |
int |
getThresholdTime() |
int |
getTimeout() |
void |
openRecordingInNewTab() |
File |
saveRecordingToDisk(String fileName,
String downloadsFolder) |
void |
setBrowser(Browser browser) |
void |
setColorCoordinates(int x,
int y) |
void |
setThresholdTime(int thresholdTime) |
void |
setTimeout(int timeoutSeconds) |
boolean |
similarColor(String videoTag,
Color expectedColor) |
boolean |
similarColorAt(String videoTag,
Color expectedColor,
int x,
int y) |
void |
startOcr() |
void |
startRecording(String stream) |
void |
stopPeerConnectionInboundStats(String peerConnectionId) |
void |
stopPeerConnectionOutboundStats(String peerConnectionId) |
void |
stopRecording() |
void |
stopWebRtc() |
void |
subscribeEvent(String videoTag,
String eventType) |
protected void |
subscribeEventsToVideoTag(String videoTag,
String eventType) |
void |
syncTimeForOcr(String videoTagId,
String peerConnectionId) |
void |
takeScreeshot(String file) |
void |
teardownKurentoServices() |
void |
waitColor(long timeoutSeconds,
VideoTag videoTag,
Color color) |
boolean |
waitForEvent(String eventType) |