@flashphoner/websdk 2.0.217 → 2.0.218

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.217",
3
+ "version": "2.0.218",
4
4
  "description": "Official Flashphoner WebCallServer WebSDK package",
5
5
  "main": "./src/flashphoner-core.js",
6
6
  "types": "./src/flashphoner-core.d.ts",
@@ -561,7 +561,7 @@ var createSession = function (options) {
561
561
  mediaProviders: Object.keys(MediaProvider),
562
562
  keepAlive: keepAlive,
563
563
  authToken:authToken,
564
- clientVersion: "2.0.217",
564
+ clientVersion: "2.0.218",
565
565
  clientOSVersion: window.navigator.appVersion,
566
566
  clientBrowserVersion: window.navigator.userAgent,
567
567
  msePacketizationVersion: 2,