Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
startRecording
Function · 0.80
handleSuccess
Function · 0.80
gotStream
Function · 0.80
start
Function · 0.80
call
Function · 0.80
call
Function · 0.80
call
Function · 0.80
call
Function · 0.80
call
Function · 0.80
createPeerConnection
Function · 0.80
call
Function · 0.80
call
Function · 0.80
Calls
1
getTracks
Method · 0.95
Tested by
no test coverage detected