Skip to content

Commit 1bbe5e0

Browse files
committed
format readme
1 parent 25939d7 commit 1bbe5e0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ To build this example, you first need to add a target platform and a few plugins
77
```
88
git clone https://github.com/apizee/ApiRTC-ionic.git
99
cd ApiRTC-ionic
10-
npm install xcode
10+
npm install xcode
1111
ionic build
1212
ionic cordova platform remove ios
1313
chmod +x plugins/cordova-plugin-iosrtc/extra/hooks/iosrtc-swift-support.js
@@ -73,13 +73,13 @@ Thread 1: EXC_BREAKPOINT (code=EXC_ARM_BREAKPOINT, subcode=0xe7ffdefe)” Meanwh
7373

7474
Go to Build Settings, look under Linking, edit “Runpath Search Paths”, and add the path @executable_path/Frameworks in debug and release
7575

76-
##Building errors on Android
76+
## Building errors on Android
7777
**Add the following permissions to the Android manifest **:(<nameOfYourProject>/platforms/android/AndroidManifest.xml).
7878
<uses-permission android:name=”android.permission.RECORD_AUDIO” />
7979
<uses-permission android:name=”android.permission.CAMERA” />
8080
<uses-permission android:name=”android.permission.MODIFY_AUDIO_SETTINGS” />
8181

82-
##Optional tips
82+
## Optional tips
8383

8484
The crosswalk plugin is not necessary for Android 5.0+ as WebRTC is now supported in native WebView. It may enable you to have lightweight application but you will loose compatibility with Android version less than 5.0
8585

@@ -90,7 +90,7 @@ cordova plugin remove cordova-plugin-crosswalk-webview
9090
-In AndroidManifest.xml, set the minSdkVersion to 21.
9191
-A patch may be needed in Cordova to allow WebRTC getUserMedia. Refer to pull request https://github.com/apache/cordova-android/pull/178/files to make changes to the file /platforms/android/CordovaLib/src/org/apache/cordova/engine/SystemWebChromeClient.java.
9292

93-
##Try your project
93+
## Try your project
9494

9595
In order to test, open [this link](https://cloud.apizee.com/apiRTC/Samples/apiPhone-level2.html) on your computer browser:
9696

0 commit comments

Comments
 (0)