mirror of
https://github.com/zen-browser/desktop.git
synced 2026-09-12 19:50:13 +05:00
* chore: Sync upstream to `Firefox 147.0` * chore: Continued migration, b=no-bug, c=tests * chore: Finish migration without testing, b=no-bug, c=scripts, tabs, media, common, split-view * feat: Finish migration, b=no-bug, c=common, compact-mode, split-view, workspaces * feat: Finish basic migration, b=no-bug, c=kbs, common, folders * feat: Update surfer, b=no-bug, c=scripts
13 lines
579 B
Diff
13 lines
579 B
Diff
diff --git a/browser/actors/WebRTCParent.sys.mjs b/browser/actors/WebRTCParent.sys.mjs
|
|
index ffa7d61ded4f2cf5866d0cb12dd9b14728a63570..5575943208a734f820758fd50a80503061934d56 100644
|
|
--- a/browser/actors/WebRTCParent.sys.mjs
|
|
+++ b/browser/actors/WebRTCParent.sys.mjs
|
|
@@ -152,6 +152,7 @@ export class WebRTCParent extends JSWindowActorParent {
|
|
|
|
let tabbrowser = browser.ownerGlobal.gBrowser;
|
|
if (tabbrowser) {
|
|
+ browser.ownerGlobal.gZenMediaController.updateMediaSharing(state);
|
|
tabbrowser.updateBrowserSharing(browser, {
|
|
webRTC: state,
|
|
});
|