We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65e8ebe commit 376ca24Copy full SHA for 376ca24
src/component/controller/stream.controller.ts
@@ -14,7 +14,7 @@ import { RootController } from "./root.controller";
14
15
export class StreamController extends Controller {
16
17
- private readonly janusEndpoint = `https://${window.location.hostname}:8089/janus`;
+ private readonly janusEndpoint = `https://${window.location.hostname}/janus`;
18
19
private readonly janusService: JanusService;
20
0 commit comments