diff --git a/openvidu-ionic/src/app/app.component.ts b/openvidu-ionic/src/app/app.component.ts index b3413b27..d4d312af 100644 --- a/openvidu-ionic/src/app/app.component.ts +++ b/openvidu-ionic/src/app/app.component.ts @@ -16,7 +16,7 @@ import { catchError } from 'rxjs/operators'; }) export class AppComponent implements OnDestroy { - OPENVIDU_SERVER_URL = 'https://' + location.hostname + ':4443'; + OPENVIDU_SERVER_URL = 'https://' + location.hostname + ':4443/'; OPENVIDU_SERVER_SECRET = 'MY_SECRET'; ANDROID_PERMISSIONS = [