@flashphoner/websdk 2.0.210 → 2.0.211

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.210",
3
+ "version": "2.0.211",
4
4
  "description": "Official Flashphoner WebCallServer WebSDK package",
5
5
  "main": "./src/flashphoner-core.js",
6
6
  "types": "./src/flashphoner-core.d.ts",
@@ -539,7 +539,7 @@ var createSession = function (options) {
539
539
  mediaProviders: Object.keys(MediaProvider),
540
540
  keepAlive: keepAlive,
541
541
  authToken:authToken,
542
- clientVersion: "2.0.210",
542
+ clientVersion: "2.0.211",
543
543
  clientOSVersion: window.navigator.appVersion,
544
544
  clientBrowserVersion: window.navigator.userAgent,
545
545
  msePacketizationVersion: 2,