Uses the new name of the chrome extension id field.
This commit is contained in:
parent
b2d838ba1c
commit
f69e7ace6d
|
@ -225,7 +225,8 @@ function doGetStreamFromExtension(streamCallback, failCallback) {
|
|||
// Sends 'getStream' msg to the extension.
|
||||
// Extension id must be defined in the config.
|
||||
chrome.runtime.sendMessage(
|
||||
config.chromeExtensionId,
|
||||
//TODO: remove chromeExtensionId (deprecated)
|
||||
(config.desktopSharingChromeExtId || config.chromeExtensionId),
|
||||
{
|
||||
getStream: true,
|
||||
//TODO: remove desktopSharingSources (deprecated).
|
||||
|
|
Loading…
Reference in New Issue