[mirotalk] - fix getServerUrl
This commit is contained in:
+2
-1
@@ -179,7 +179,8 @@ function getServerUrl() {
|
||||
"http" +
|
||||
(location.hostname == "localhost" ? "" : "s") +
|
||||
"://" +
|
||||
location.hostname
|
||||
location.hostname +
|
||||
(location.hostname == "localhost" ? ":" + signalingServerPort : "")
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user