Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
getAudioTracks
Method · 0.95
getVideoTracks
Method · 0.95
getUserMedia
Method · 0.95
init_
Method · 0.95
addTrack
Method · 0.80
connection.test.js
File · 0.80
startRecording
Function · 0.80
getMedia
Function · 0.80
stop
Function · 0.80
start
Function · 0.80
start
Function · 0.80
getMediaStream
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected