MCPcopy Create free account
hub / github.com/Wscats/chrome-devtools-cli / call

Function call

src/core/background.ts:192–200  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

190 * 播放录制的视频
191 */
192function call() {
193 trace('Starting call');
194 if (localStream.getVideoTracks().length > 0) {
195 trace('Using video device: ' + localStream.getVideoTracks()[0].label);
196 }
197 if (localStream.getAudioTracks().length > 0) {
198 trace('Using audio device: ' + localStream.getAudioTracks()[0].label);
199 }
200}
201
202/*
203 * 下载视频

Callers

nothing calls this directly

Calls 1

traceFunction · 0.85

Tested by

no test coverage detected