@flashphoner/websdk 2.0.205 → 2.0.206

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.205",
3
+ "version": "2.0.206",
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.205",
537
+ clientVersion: "2.0.206",
538
538
  clientOSVersion: window.navigator.appVersion,
539
539
  clientBrowserVersion: window.navigator.userAgent,
540
540
  msePacketizationVersion: 2,