@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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flashphoner/websdk",
3
- "version": "2.0.207",
3
+ "version": "2.0.208",
4
4
  "description": "Official Flashphoner WebCallServer WebSDK package",
5
5
  "main": "./src/flashphoner-core.js",
6
6
  "types": "./src/flashphoner-core.d.ts",
@@ -534,7 +534,7 @@ var createSession = function (options) {
534
534
  mediaProviders: Object.keys(MediaProvider),
535
535
  keepAlive: keepAlive,
536
536
  authToken:authToken,
537
- clientVersion: "2.0.207",
537
+ clientVersion: "2.0.208",
538
538
  clientOSVersion: window.navigator.appVersion,
539
539
  clientBrowserVersion: window.navigator.userAgent,
540
540
  msePacketizationVersion: 2,
@@ -585,7 +585,7 @@ var createConnection = function (options) {
585
585
  if (browserDetails.browser === 'firefox') {
586
586
  clonedConstraints.video.mediaSource = source;
587
587
  }
588
- if (window.chrome && woExtension) {
588
+ if (woExtension) {
589
589
  getScreenDeviceIdWoExtension(clonedConstraints).then(function (screenSharingConstraints) {
590
590
  navigator.mediaDevices.getDisplayMedia(screenSharingConstraints).then(
591
591
  (stream) => {