openvidu-call: Fixed testing OpenVidu URL

pull/750/head
csantosm 2022-09-23 11:42:38 +02:00
parent 5acd93ecd0
commit f8d76f647c
2 changed files with 2 additions and 2 deletions

View File

@ -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) {

View File

@ -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[] = [