Spaces:
Sleeping
Sleeping
Commit
·
659aa2f
1
Parent(s):
5f6d111
Update index.html
Browse files- src/index.html +2 -1
src/index.html
CHANGED
|
@@ -513,7 +513,8 @@
|
|
| 513 |
const signalingProtocol = window.location.protocol.startsWith("https") ? "wss" : "ws";
|
| 514 |
const gstWebRTCConfig = {
|
| 515 |
meta: { name: `WebClient-${Date.now()}` },
|
| 516 |
-
signalingServerUrl: `${signalingProtocol}://${window.location.hostname}:8443`,
|
|
|
|
| 517 |
};
|
| 518 |
|
| 519 |
const api = new GstWebRTCAPI(gstWebRTCConfig);
|
|
|
|
| 513 |
const signalingProtocol = window.location.protocol.startsWith("https") ? "wss" : "ws";
|
| 514 |
const gstWebRTCConfig = {
|
| 515 |
meta: { name: `WebClient-${Date.now()}` },
|
| 516 |
+
// signalingServerUrl: `${signalingProtocol}://${window.location.hostname}:8443`,
|
| 517 |
+
signalingServerUrl: `wss://signalling.pollen-robotics.com:8443`,
|
| 518 |
};
|
| 519 |
|
| 520 |
const api = new GstWebRTCAPI(gstWebRTCConfig);
|