Skip to content

Commit 83d3b95

Browse files
committed
update readme
1 parent 1dd145f commit 83d3b95

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# ApiRTC P2P call sample on Ionic (Cordova/Angular)
22

33
## Installation
4-
First install Ionic:
4+
First install Ionic:
55
`npm install -g @ionic/cli`
66

77
[Follow this link to get started with Ionic](https://ionicframework.com/getting-started/)
@@ -10,7 +10,7 @@ First install Ionic:
1010
Install Xcode, see details:
1111
https://ionicframework.com/docs/developing/ios
1212

13-
Then run:
13+
Then run:
1414
`ionic cordova prepare ios`
1515

1616
During the execution accept installation requests.
@@ -30,9 +30,8 @@ You can test the app with our [web P2P call sample](https://dev.apirtc.com/demo/
3030
Install Android Studio, see details:
3131
https://ionicframework.com/docs/developing/android
3232

33-
Then add Android platform compatible with used device Android version:
34-
35-
eg: `ionic cordova platform add android@9.0.0`
33+
Install Android platform:
34+
`ionic cordova platform add android`
3635

3736
Add required permissions to `platforms/android/app/src/main/AndroidManifest.xml`:
3837
```
@@ -41,8 +40,7 @@ Add required permissions to `platforms/android/app/src/main/AndroidManifest.xml`
4140
<uses-permission android:name="android.permission.MODIFY_AUDIO_SETTINGS" />
4241
```
4342

44-
Then compile and deploy app to the connected device:
45-
43+
Then compile and deploy app to the connected device:
4644
`ionic cordova run android --device`
4745

4846
You can test the app with our [web P2P call sample](https://dev.apirtc.com/demo/peertopeer_call/index.html)

0 commit comments

Comments
 (0)