@phonghq/go-chat 1.0.22 → 1.0.23
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/go-chat.es.js
CHANGED
|
@@ -65634,6 +65634,10 @@ const b$ = {
|
|
|
65634
65634
|
get callStatus() {
|
|
65635
65635
|
return f.value;
|
|
65636
65636
|
},
|
|
65637
|
+
get callLabel() {
|
|
65638
|
+
var M;
|
|
65639
|
+
return ((M = v.value) == null ? void 0 : M.label) ?? "";
|
|
65640
|
+
},
|
|
65637
65641
|
getUserRemote: () => {
|
|
65638
65642
|
var M;
|
|
65639
65643
|
return ((M = v.value) == null ? void 0 : M.userRemoter) ?? null;
|