summaryrefslogtreecommitdiffstats
path: root/src/core/web_contents_delegate_qt.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/web_contents_delegate_qt.cpp')
-rw-r--r--src/core/web_contents_delegate_qt.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/web_contents_delegate_qt.cpp b/src/core/web_contents_delegate_qt.cpp
index 11276f3a5..93f441636 100644
--- a/src/core/web_contents_delegate_qt.cpp
+++ b/src/core/web_contents_delegate_qt.cpp
@@ -851,6 +851,7 @@ int &WebContentsDelegateQt::streamCount(blink::MediaStreamType type)
case blink::MEDIA_GUM_DESKTOP_VIDEO_CAPTURE:
case blink::MEDIA_GUM_DESKTOP_AUDIO_CAPTURE:
case blink::MEDIA_DISPLAY_VIDEO_CAPTURE:
+ case blink::MEDIA_DISPLAY_AUDIO_CAPTURE:
return m_desktopStreamCount;
case blink::MEDIA_NO_SERVICE: