@vonage/client-sdk 1.0.1-alpha.5 → 1.0.1-rc.2

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.
@@ -47783,7 +47783,7 @@ function requireClientsdkClientcore () {
47783
47783
  if (!equals(updatedCall.i2p_1, previousCall.i2p_1)) {
47784
47784
  onCallMemberChange(this$0, updatedCall);
47785
47785
  }
47786
- if (!(updatedCall.k2p_1.a2r_1 == null) ? !updatedCall.k2p_1.equals(previousCall.k2p_1) ? true : !equals(updatedCall.j2p_1, previousCall.j2p_1) : false) {
47786
+ if ((!(updatedCall.k2p_1.a2r_1 == null) ? true : updatedCall.e2p_1) ? !updatedCall.k2p_1.equals(previousCall.k2p_1) ? true : !equals(updatedCall.j2p_1, previousCall.j2p_1) : false) {
47787
47787
  onCallMediaChange(this$0, updatedCall);
47788
47788
  Unit_getInstance();
47789
47789
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vonage/client-sdk",
3
- "version": "1.0.1-alpha.5",
3
+ "version": "1.0.1-rc.2",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "module": "dist/client/index.mjs",