|
@@ -225,7 +225,8 @@ function doGetStreamFromExtension(streamCallback, failCallback) {
|
225
|
225
|
// Sends 'getStream' msg to the extension.
|
226
|
226
|
// Extension id must be defined in the config.
|
227
|
227
|
chrome.runtime.sendMessage(
|
228
|
|
- config.chromeExtensionId,
|
|
228
|
+ //TODO: remove chromeExtensionId (deprecated)
|
|
229
|
+ (config.desktopSharingChromeExtId || config.chromeExtensionId),
|
229
|
230
|
{
|
230
|
231
|
getStream: true,
|
231
|
232
|
//TODO: remove desktopSharingSources (deprecated).
|