@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.
@@ -10166,7 +10166,7 @@ var createSession = function (options) {
10166
10166
  mediaProviders: Object.keys(MediaProvider),
10167
10167
  keepAlive: keepAlive,
10168
10168
  authToken:authToken,
10169
- clientVersion: "2.0.207",
10169
+ clientVersion: "2.0.208",
10170
10170
  clientOSVersion: window.navigator.appVersion,
10171
10171
  clientBrowserVersion: window.navigator.userAgent,
10172
10172
  msePacketizationVersion: 2,
@@ -14430,7 +14430,7 @@ var createConnection = function (options) {
14430
14430
  if (browserDetails.browser === 'firefox') {
14431
14431
  clonedConstraints.video.mediaSource = source;
14432
14432
  }
14433
- if (window.chrome && woExtension) {
14433
+ if (woExtension) {
14434
14434
  getScreenDeviceIdWoExtension(clonedConstraints).then(function (screenSharingConstraints) {
14435
14435
  navigator.mediaDevices.getDisplayMedia(screenSharingConstraints).then(
14436
14436
  (stream) => {