openvidu-ionic: trailing slash added to OPENVIDU_SERVER_URL
This commit is contained in:
parent
b8784fca67
commit
20b8c14fd9
@ -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 = [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user