hanc-webrtc-widgets 1.3.0 → 1.3.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.
|
@@ -17084,7 +17084,7 @@ class Po extends EventTarget {
|
|
|
17084
17084
|
this._serviceUrl = e;
|
|
17085
17085
|
}
|
|
17086
17086
|
get serviceUrl() {
|
|
17087
|
-
return this._serviceUrl ?? "https://voice.hanc.
|
|
17087
|
+
return this._serviceUrl ?? "https://voice.dev.hanc.me";
|
|
17088
17088
|
}
|
|
17089
17089
|
get status() {
|
|
17090
17090
|
return this.callStatus;
|