@flashphoner/websdk 2.0.215 → 2.0.216

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.
@@ -12834,7 +12834,7 @@ var createSession = function createSession(options) {
12834
12834
  mediaProviders: Object.keys(MediaProvider),
12835
12835
  keepAlive: keepAlive,
12836
12836
  authToken: authToken,
12837
- clientVersion: "2.0.215",
12837
+ clientVersion: "2.0.216",
12838
12838
  clientOSVersion: window.navigator.appVersion,
12839
12839
  clientBrowserVersion: window.navigator.userAgent,
12840
12840
  msePacketizationVersion: 2,
@@ -16147,6 +16147,9 @@ var Browser = {
16147
16147
  },
16148
16148
  isAndroidFirefox: function isAndroidFirefox() {
16149
16149
  return this.isAndroid() && /Firefox/i.test(navigator.userAgent);
16150
+ },
16151
+ isChromiumEdge: function isChromiumEdge() {
16152
+ return /Chrome/i.test(navigator.userAgent) && /Edg/i.test(navigator.userAgent);
16150
16153
  }
16151
16154
  };
16152
16155
  var SDP = {
@@ -19589,7 +19589,7 @@ var createSession = function createSession(options) {
19589
19589
  mediaProviders: Object.keys(MediaProvider),
19590
19590
  keepAlive: keepAlive,
19591
19591
  authToken: authToken,
19592
- clientVersion: "2.0.215",
19592
+ clientVersion: "2.0.216",
19593
19593
  clientOSVersion: window.navigator.appVersion,
19594
19594
  clientBrowserVersion: window.navigator.userAgent,
19595
19595
  msePacketizationVersion: 2,
@@ -22902,6 +22902,9 @@ var Browser = {
22902
22902
  },
22903
22903
  isAndroidFirefox: function isAndroidFirefox() {
22904
22904
  return this.isAndroid() && /Firefox/i.test(navigator.userAgent);
22905
+ },
22906
+ isChromiumEdge: function isChromiumEdge() {
22907
+ return /Chrome/i.test(navigator.userAgent) && /Edg/i.test(navigator.userAgent);
22905
22908
  }
22906
22909
  };
22907
22910
  var SDP = {