Skip to content

Commit 33b94b4

Browse files
committed
readme update
1 parent cf11080 commit 33b94b4

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

README.md

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

33
## Installation
4-
You should have installed 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/)
88

99
### iOS
10-
You should have Xcode installed:
10+
Install Xcode, see details:
1111
https://ionicframework.com/docs/developing/ios
1212

1313
Then run:
@@ -17,35 +17,35 @@ During the execution accept installation requests.
1717

1818
Then run *.xcworkspace Xcode project from `platforms/ios` folder.
1919

20-
[Read more about iOS deploying](https://ionicframework.com/docs/v3/intro/deploying/)
21-
22-
Setup certificates inside Xcode -> Signing & Capabilities project section.
20+
Setup certificates inside *Xcode -> Signing & Capabilities* project section.
2321

2422
Then build from Xcode.
2523

26-
You can test this app with our [web P2P call sample](https://dev.apirtc.com/demo/peertopeer_call/index.html)
24+
[Read more about iOS deploying](https://ionicframework.com/docs/v3/intro/deploying/)
25+
26+
You can test the app with our [web P2P call sample](https://dev.apirtc.com/demo/peertopeer_call/index.html)
2727

2828
### Android
2929

30-
You should have Android Studio installed:
30+
Install Android Studio, see details:
3131
https://ionicframework.com/docs/developing/android
3232

33-
Then add Android platform compatible with your device Android version:
33+
Then add Android platform compatible with used device Android version:
3434

3535
eg: `ionic cordova platform add android@9.0.0`
3636

37-
Add required permissions to your `platforms/android/app/src/main/AndroidManifest.xml`:
37+
Add required permissions to `platforms/android/app/src/main/AndroidManifest.xml`:
3838
```
3939
<uses-permission android:name="android.permission.CAMERA" />
4040
<uses-permission android:name="android.permission.RECORD_AUDIO" />
4141
<uses-permission android:name="android.permission.MODIFY_AUDIO_SETTINGS" />
4242
```
4343

44-
Then compile and deploy to the connected device:
44+
Then compile and deploy app to the connected device:
4545

46-
ionic cordova run android --device
46+
`ionic cordova run android --device`
4747

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)
4949

5050
## Requirements
5151
- Ionic 5+
@@ -56,7 +56,7 @@ You can test this app with our [web P2P call sample](https://dev.apirtc.com/demo
5656

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

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
6060

6161

6262
## ApiRTC key

0 commit comments

Comments
 (0)