openvidu-ionic dependencies updated
This commit is contained in:
parent
936aa92178
commit
fab6262dcb
@ -13,64 +13,64 @@
|
||||
},
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@angular/common": "9.0.6",
|
||||
"@angular/core": "9.0.6",
|
||||
"@angular/forms": "9.0.6",
|
||||
"@angular/platform-browser": "9.0.6",
|
||||
"@angular/platform-browser-dynamic": "9.0.6",
|
||||
"@angular/router": "9.0.6",
|
||||
"@ionic-native/android-permissions": "5.22.0",
|
||||
"@ionic-native/core": "5.22.0",
|
||||
"@ionic-native/splash-screen": "5.22.0",
|
||||
"@ionic-native/status-bar": "5.22.0",
|
||||
"@ionic/angular": "5.0.5",
|
||||
"@angular/common": "9.1.3",
|
||||
"@angular/core": "9.1.3",
|
||||
"@angular/forms": "9.1.3",
|
||||
"@angular/platform-browser": "9.1.3",
|
||||
"@angular/platform-browser-dynamic": "9.1.3",
|
||||
"@angular/router": "9.1.3",
|
||||
"@ionic-native/android-permissions": "5.24.0",
|
||||
"@ionic-native/core": "5.24.0",
|
||||
"@ionic-native/splash-screen": "5.24.0",
|
||||
"@ionic-native/status-bar": "5.24.0",
|
||||
"@ionic/angular": "5.0.7",
|
||||
"cordova-android": "8.1.0",
|
||||
"cordova-browser": "6.0.0",
|
||||
"cordova-ios": "5.1.1",
|
||||
"cordova-plugin-android-permissions": "1.0.2",
|
||||
"cordova-plugin-device": "2.0.3",
|
||||
"cordova-plugin-ionic-keyboard": "2.2.0",
|
||||
"cordova-plugin-ionic-webview": "4.1.3",
|
||||
"cordova-plugin-ionic-webview": "4.2.0",
|
||||
"cordova-plugin-iosrtc": "6.0.7",
|
||||
"cordova-plugin-splashscreen": "5.0.3",
|
||||
"cordova-plugin-statusbar": "2.4.3",
|
||||
"cordova-plugin-whitelist": "1.3.4",
|
||||
"core-js": "3.6.4",
|
||||
"core-js": "3.6.5",
|
||||
"openvidu-browser": "2.13.0",
|
||||
"rxjs": "6.5.4",
|
||||
"rxjs": "6.5.5",
|
||||
"tslib": "1.11.1",
|
||||
"xcode": "2.1.0",
|
||||
"zone.js": "0.10.2"
|
||||
"zone.js": "0.10.3"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"ios-deploy": "1.10.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular-devkit/architect": "0.900.6",
|
||||
"@angular-devkit/build-angular": "0.900.6",
|
||||
"@angular-devkit/core": "9.0.6",
|
||||
"@angular-devkit/schematics": "9.0.6",
|
||||
"@angular/cli": "9.0.6",
|
||||
"@angular/compiler": "9.0.6",
|
||||
"@angular/compiler-cli": "9.0.6",
|
||||
"@angular/language-service": "9.0.6",
|
||||
"@angular-devkit/architect": "0.901.3",
|
||||
"@angular-devkit/build-angular": "0.901.3",
|
||||
"@angular-devkit/core": "9.1.3",
|
||||
"@angular-devkit/schematics": "9.1.3",
|
||||
"@angular/cli": "9.1.3",
|
||||
"@angular/compiler": "9.1.3",
|
||||
"@angular/compiler-cli": "9.1.3",
|
||||
"@angular/language-service": "9.1.3",
|
||||
"@ionic/angular-toolkit": "2.2.0",
|
||||
"@ionic/schematics-angular": "1.0.7",
|
||||
"@types/jasmine": "3.5.9",
|
||||
"@types/jasmine": "3.5.10",
|
||||
"@types/jasminewd2": "2.0.8",
|
||||
"@types/node": "13.9.1",
|
||||
"codelyzer": "5.2.1",
|
||||
"@types/node": "13.13.4",
|
||||
"codelyzer": "5.2.2",
|
||||
"jasmine-core": "3.5.0",
|
||||
"jasmine-spec-reporter": "4.2.1",
|
||||
"karma": "4.4.1",
|
||||
"jasmine-spec-reporter": "5.0.2",
|
||||
"karma": "5.0.2",
|
||||
"karma-chrome-launcher": "3.1.0",
|
||||
"karma-coverage-istanbul-reporter": "2.1.1",
|
||||
"karma-jasmine": "3.1.1",
|
||||
"karma-jasmine-html-reporter": "1.5.2",
|
||||
"protractor": "5.4.3",
|
||||
"ts-node": "8.6.2",
|
||||
"tslint": "6.1.0",
|
||||
"typescript": "3.7.5"
|
||||
"karma-jasmine-html-reporter": "1.5.3",
|
||||
"protractor": "5.4.4",
|
||||
"ts-node": "8.9.1",
|
||||
"tslint": "6.1.2",
|
||||
"typescript": "3.8.3"
|
||||
},
|
||||
"description": "An Ionic project",
|
||||
"cordova": {
|
||||
|
||||
@ -25,7 +25,7 @@ import { OpenVidu } from 'openvidu-browser';
|
||||
import { RTCView } from './node_modules/openvidu-browser/node_modules/react-native-webrtc';
|
||||
import axios from 'axios';
|
||||
|
||||
const OPENVIDU_SERVER_URL = 'https://demos.openvidu.io:4443';
|
||||
const OPENVIDU_SERVER_URL = 'https://demos.openvidu.io';
|
||||
const OPENVIDU_SERVER_SECRET = 'MY_SECRET';
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user