We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0248b01 commit f9a58baCopy full SHA for f9a58ba
web/frontend/src/components/SystemAudioRecorder.tsx
@@ -269,7 +269,7 @@ export function SystemAudioRecorder({
269
});
270
271
// Debug: Log what tracks we got
272
- console.log("Display stream tracks:", {
+ console.info("Display stream tracks:", {
273
video: displayStream.getVideoTracks().length,
274
audio: displayStream.getAudioTracks().length,
275
allTracks: displayStream.getTracks().map(t => ({ kind: t.kind, label: t.label }))
0 commit comments