fix(config) Remove deprecated config option.

This commit is contained in:
Jaya Allamsetty
2023-11-14 14:40:07 -05:00
committed by Jaya Allamsetty
parent 8b559ad4f2
commit 9cd42b988d

View File

@@ -308,13 +308,6 @@ var config = {
// desktopSelfBrowserSurface: 'exclude'
// },
// This option has been deprecated since it is no longer supported as per the w3c spec.
// https://w3c.github.io/mediacapture-screen-share/#dom-mediadevices-getdisplaymedia. If the user has not
// interacted with the webpage before the getDisplayMedia call, the promise will be rejected by the browser. This
// has already been implemented in Firefox and Safari and will be implemented in Chrome soon.
// https://bugs.chromium.org/p/chromium/issues/detail?id=1198918
// startScreenSharing: false,
// Recording
// DEPRECATED. Use recordingService.enabled instead.