MCPcopy
hub / github.com/webrtc/samples / getTracks

Method getTracks

test/webrtcclient.js:17–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15 }
16
17 getTracks() {
18 return this.tracks;
19 }
20
21 getAudioTracks() {
22 return this.getTracks().filter(t => t.kind === 'audio');

Callers 15

getAudioTracksMethod · 0.95
getVideoTracksMethod · 0.95
getUserMediaMethod · 0.95
init_Method · 0.95
addTrackMethod · 0.80
connection.test.jsFile · 0.80
startRecordingFunction · 0.80
getMediaFunction · 0.80
stopFunction · 0.80
startFunction · 0.80
startFunction · 0.80
getMediaStreamMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected