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

Method getAudioTracks

test/webrtcclient.js:21–23  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19 }
20
21 getAudioTracks() {
22 return this.getTracks().filter(t => t.kind === 'audio');
23 }
24
25 getVideoTracks() {
26 return this.getTracks().filter(t => t.kind === 'video');

Callers 15

startRecordingFunction · 0.80
handleSuccessFunction · 0.80
gotStreamFunction · 0.80
startFunction · 0.80
callFunction · 0.80
callFunction · 0.80
callFunction · 0.80
callFunction · 0.80
callFunction · 0.80
createPeerConnectionFunction · 0.80
callFunction · 0.80
callFunction · 0.80

Calls 1

getTracksMethod · 0.95

Tested by

no test coverage detected