@vonage/client-sdk 1.0.1-rc.1 → 1.0.1
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/dist/client/index.cjs
CHANGED
|
@@ -50969,7 +50969,7 @@ function requireClientsdkClientcore () {
|
|
|
50969
50969
|
onCallMemberChange(this$0, updatedCall);
|
|
50970
50970
|
}
|
|
50971
50971
|
var tmp_3;
|
|
50972
|
-
if (!(updatedCall.k2p_1.a2r_1 == null) ? !updatedCall.k2p_1.equals(previousCall.k2p_1) ? true : !equals(updatedCall.j2p_1, previousCall.j2p_1) : false) {
|
|
50972
|
+
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) {
|
|
50973
50973
|
onCallMediaChange(this$0, updatedCall);
|
|
50974
50974
|
tmp_3 = Unit_getInstance();
|
|
50975
50975
|
}
|
package/dist/client/index.mjs
CHANGED
|
@@ -50945,7 +50945,7 @@ function requireClientsdkClientcore () {
|
|
|
50945
50945
|
onCallMemberChange(this$0, updatedCall);
|
|
50946
50946
|
}
|
|
50947
50947
|
var tmp_3;
|
|
50948
|
-
if (!(updatedCall.k2p_1.a2r_1 == null) ? !updatedCall.k2p_1.equals(previousCall.k2p_1) ? true : !equals(updatedCall.j2p_1, previousCall.j2p_1) : false) {
|
|
50948
|
+
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) {
|
|
50949
50949
|
onCallMediaChange(this$0, updatedCall);
|
|
50950
50950
|
tmp_3 = Unit_getInstance();
|
|
50951
50951
|
}
|
package/dist/vonageClientSDK.js
CHANGED
|
@@ -47789,7 +47789,7 @@
|
|
|
47789
47789
|
if (!equals(updatedCall.i2p_1, previousCall.i2p_1)) {
|
|
47790
47790
|
onCallMemberChange(this$0, updatedCall);
|
|
47791
47791
|
}
|
|
47792
|
-
if (!(updatedCall.k2p_1.a2r_1 == null) ? !updatedCall.k2p_1.equals(previousCall.k2p_1) ? true : !equals(updatedCall.j2p_1, previousCall.j2p_1) : false) {
|
|
47792
|
+
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) {
|
|
47793
47793
|
onCallMediaChange(this$0, updatedCall);
|
|
47794
47794
|
Unit_getInstance();
|
|
47795
47795
|
}
|