mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-06 20:10:12 +02:00
remove video from displayMedia request
This commit is contained in:
@@ -70,7 +70,7 @@ export function useVisualizerSystemAudio() {
|
||||
try {
|
||||
const stream = await navigator.mediaDevices.getDisplayMedia({
|
||||
audio: true,
|
||||
video: true,
|
||||
video: false,
|
||||
});
|
||||
|
||||
const audioTracks = stream.getAudioTracks();
|
||||
|
||||
Reference in New Issue
Block a user