@flashphoner/websdk 2.0.207 → 2.0.208

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -10527,7 +10527,7 @@ var createSession = function createSession(options) {
10527
10527
  mediaProviders: Object.keys(MediaProvider),
10528
10528
  keepAlive: keepAlive,
10529
10529
  authToken: authToken,
10530
- clientVersion: "2.0.207",
10530
+ clientVersion: "2.0.208",
10531
10531
  clientOSVersion: window.navigator.appVersion,
10532
10532
  clientBrowserVersion: window.navigator.userAgent,
10533
10533
  msePacketizationVersion: 2,
@@ -14023,7 +14023,7 @@ var createConnection = function createConnection(options) {
14023
14023
  clonedConstraints.video.mediaSource = source;
14024
14024
  }
14025
14025
 
14026
- if (window.chrome && woExtension) {
14026
+ if (woExtension) {
14027
14027
  getScreenDeviceIdWoExtension(clonedConstraints).then(function (screenSharingConstraints) {
14028
14028
  navigator.mediaDevices.getDisplayMedia(screenSharingConstraints).then(function (stream) {
14029
14029
  processScreenStream(stream, resolve);