openvidu-ionic: trailing slash added to OPENVIDU_SERVER_URL

This commit is contained in:
pabloFuente 2018-10-26 14:12:04 +02:00
parent b8784fca67
commit 20b8c14fd9

View File

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