You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Then compile and deploy app to the connected device:
45
45
46
-
ionic cordova run android --device
46
+
`ionic cordova run android --device`
47
47
48
-
You can test this app with our [web P2P call sample](https://dev.apirtc.com/demo/peertopeer_call/index.html)
48
+
You can test the app with our [web P2P call sample](https://dev.apirtc.com/demo/peertopeer_call/index.html)
49
49
50
50
## Requirements
51
51
- Ionic 5+
@@ -56,7 +56,7 @@ You can test this app with our [web P2P call sample](https://dev.apirtc.com/demo
56
56
57
57
The app may work on lower iOS versions, but don't report issues.
58
58
59
-
- Android: app tested on following stack: Android 10 API 29 + cordova 9.0.0. It should work on lower version, just be sure that your stack (Android version, `cordova-android` verision etc) has API compatible parts
59
+
- 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
0 commit comments