Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/webrtc/samples
/ getVideoTracks
Method
getVideoTracks
test/webrtcclient.js:25–27 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
23
}
24
25
getVideoTracks() {
26
return
this.getTracks().filter(t => t.kind ===
'video'
);
27
}
28
}
29
30
class
MediaDevices {
Callers
15
gotStream
Function · 0.80
constraintChange
Function · 0.80
handleSuccess
Function · 0.80
handleSuccess
Function · 0.80
handleSuccess
Function · 0.80
handleSuccess
Function · 0.80
gotStream
Function · 0.80
createProcessedMediaStream
Function · 0.80
main.js
File · 0.80
call
Function · 0.80
main
Function · 0.80
setVideoTrackContentHints
Function · 0.80
Calls
1
getTracks
Method · 0.95
Tested by
no test coverage detected