Skip to content

Commit 1dd145f

Browse files
committed
update
1 parent bcc2168 commit 1dd145f

File tree

3 files changed

+156
-49
lines changed

3 files changed

+156
-49
lines changed

README.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -48,18 +48,17 @@ Then compile and deploy app to the connected device:
4848
You can test the app with our [web P2P call sample](https://dev.apirtc.com/demo/peertopeer_call/index.html)
4949

5050
## Requirements
51-
- apiRTC 4+
52-
- Ionic 5+
53-
- iOS: `cordova-ios` 5.1.1+
54-
- iOS: `cordova-plugin-iosrtc` 6.0.11 version temporary fixed due to degradations of its components ([details](https://github.com/cordova-rtc/cordova-plugin-iosrtc/issues/516)). Better check your `package.json` before rebuilding actions to verify you had this fixed version.
55-
- iOS: Xcode 11.5+
56-
- iOS: iOS 13.5+
51+
Tested on:
52+
- apiRTC 4
53+
- Ionic 5
54+
- iOS: `cordova-ios` 6.1.0
55+
- iOS: `cordova-plugin-iosrtc` 6.0.13
56+
- iOS: Xcode 11.5
57+
- iOS: iOS 13.5
58+
- Android: cordova 9.0.0
5759

5860
The app may work on lower iOS versions, but don't report issues.
5961

60-
- Android: app tested on Android 10 API 29 + cordova 9.0.0. It should work on lower versions, just be sure that your stack (Android version, `cordova-android` verision etc) has API compatible parts
61-
62-
6362
## ApiRTC key
6463

6564
For this demo we use `myDemoApiKey` api key. Please register [on our website](https://cloud.apizee.com) to get your private api key.

package-lock.json

Lines changed: 143 additions & 37 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,11 @@
2727
"@ionic/angular": "^5.0.0",
2828
"cordova": "^9.0.0",
2929
"cordova-android": "^9.0.0",
30-
"cordova-ios": "^5.1.1",
30+
"cordova-ios": "6.1.1",
3131
"cordova-plugin-console": "^1.1.0",
3232
"cordova-plugin-device": "^2.0.2",
3333
"cordova-plugin-ionic-keyboard": "^2.2.0",
3434
"cordova-plugin-ionic-webview": "^4.2.1",
35-
"cordova-plugin-iosrtc": "6.0.11",
3635
"cordova-plugin-splashscreen": "^5.0.2",
3736
"cordova-plugin-statusbar": "^2.4.2",
3837
"cordova-plugin-whitelist": "^1.3.4",
@@ -52,6 +51,7 @@
5251
"@types/jasminewd2": "~2.0.3",
5352
"@types/node": "^12.11.1",
5453
"codelyzer": "^5.1.2",
54+
"cordova-plugin-iosrtc": "^6.0.13",
5555
"jasmine-core": "~3.5.0",
5656
"jasmine-spec-reporter": "~4.2.1",
5757
"karma": "~5.0.0",
@@ -74,7 +74,9 @@
7474
"cordova-plugin-ionic-keyboard": {},
7575
"cordova-plugin-console": {},
7676
"cordova-plugin-whitelist": {},
77-
"cordova-plugin-iosrtc": {},
77+
"cordova-plugin-iosrtc": {
78+
"MANUAL_INIT_AUDIO_DEVICE": "FALSE"
79+
},
7880
"cordova.plugins.diagnostic": {
7981
"ANDROID_SUPPORT_VERSION": "28.+"
8082
}

0 commit comments

Comments
 (0)