@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.
@@ -9041,7 +9041,7 @@ var createSession = function createSession(options) {
9041
9041
  mediaProviders: Object.keys(MediaProvider),
9042
9042
  keepAlive: keepAlive,
9043
9043
  authToken: authToken,
9044
- clientVersion: "2.0.207",
9044
+ clientVersion: "2.0.208",
9045
9045
  clientOSVersion: window.navigator.appVersion,
9046
9046
  clientBrowserVersion: window.navigator.userAgent,
9047
9047
  msePacketizationVersion: 2,
@@ -12527,7 +12527,7 @@ var createConnection = function createConnection(options) {
12527
12527
  clonedConstraints.video.mediaSource = source;
12528
12528
  }
12529
12529
 
12530
- if (window.chrome && woExtension) {
12530
+ if (woExtension) {
12531
12531
  getScreenDeviceIdWoExtension(clonedConstraints).then(function (screenSharingConstraints) {
12532
12532
  navigator.mediaDevices.getDisplayMedia(screenSharingConstraints).then(function (stream) {
12533
12533
  processScreenStream(stream, resolve);