зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1636207 - Include the serialized nsIMediaDevice list with the tab sharing state. r=florian,johannh
Differential Revision: https://phabricator.services.mozilla.com/D74729
This commit is contained in:
Родитель
93c3fbc24e
Коммит
9ed5c3ff6f
|
@ -147,7 +147,13 @@ var webrtcUI = {
|
|||
let tab =
|
||||
browserWindow.gBrowser &&
|
||||
browserWindow.gBrowser.getTabForBrowser(browser);
|
||||
return { uri: state.documentURI, tab, browser, types };
|
||||
return {
|
||||
uri: state.documentURI,
|
||||
tab,
|
||||
browser,
|
||||
types,
|
||||
devices: state.devices,
|
||||
};
|
||||
});
|
||||
},
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче