diff --git a/openvidu-components-angular/e2e/webcomponent-app/app.js b/openvidu-components-angular/e2e/webcomponent-app/app.js index e0fc356c..7b82a396 100644 --- a/openvidu-components-angular/e2e/webcomponent-app/app.js +++ b/openvidu-components-angular/e2e/webcomponent-app/app.js @@ -195,7 +195,7 @@ async function joinSession(sessionName, participantName) { * 3) Configure OpenVidu Web Component in your client side with the token */ -var OPENVIDU_SERVER_URL = "https://localhost:4443" ; +var OPENVIDU_SERVER_URL = "http://localhost:4443" ; var OPENVIDU_SERVER_SECRET = 'MY_SECRET'; function getToken(sessionName) { diff --git a/openvidu-components-angular/src/app/testing-app/testing.component.ts b/openvidu-components-angular/src/app/testing-app/testing.component.ts index 27138c78..73a070f9 100644 --- a/openvidu-components-angular/src/app/testing-app/testing.component.ts +++ b/openvidu-components-angular/src/app/testing-app/testing.component.ts @@ -57,7 +57,7 @@ export enum AttributeDirective { styleUrls: ['./testing.component.scss'] }) export class TestingComponent implements OnInit { - OPENVIDU_SERVER_URL = 'https://localhost:4443'; + OPENVIDU_SERVER_URL = 'http://localhost:4443'; OPENVIDU_SERVER_SECRET = 'MY_SECRET'; sessionId: string; templateDirectives: TemplateDirectives[] = [