Skip to content

Commit 376ca24

Browse files
committed
Changed janus http endpoint
1 parent 65e8ebe commit 376ca24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/component/controller/stream.controller.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import { RootController } from "./root.controller";
1414

1515
export class StreamController extends Controller {
1616

17-
private readonly janusEndpoint = `https://${window.location.hostname}:8089/janus`;
17+
private readonly janusEndpoint = `https://${window.location.hostname}/janus`;
1818

1919
private readonly janusService: JanusService;
2020

0 commit comments

Comments
 (0)