MCPcopy
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
30class MediaDevices {

Callers 15

gotStreamFunction · 0.80
constraintChangeFunction · 0.80
handleSuccessFunction · 0.80
handleSuccessFunction · 0.80
handleSuccessFunction · 0.80
handleSuccessFunction · 0.80
gotStreamFunction · 0.80
main.jsFile · 0.80
callFunction · 0.80
mainFunction · 0.80

Calls 1

getTracksMethod · 0.95

Tested by

no test coverage detected