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
Copy file name to clipboardExpand all lines: README.md
+18-9Lines changed: 18 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -10,19 +10,28 @@ This project takes the [HTML5 version](https://github.com/webrtc/apprtc/tree/mas
10
10
11
11
## Building
12
12
13
-
Get the source code and add the Cordova iOS platform:
14
-
13
+
- Get the source code:
15
14
```bash
16
-
$ cordova platform add ios
15
+
git clone https://github.com/eface2face/iOSRTCApp
16
+
cd iOSRTCApp
17
17
```
18
-
19
-
Then install the *cordova-plugin-iosrtc* (or add it into your Cordova app's `config.xml`):
20
-
18
+
- Change the Android WebView engine by the [Crosswalk](https://crosswalk-project.org/) one using [the proper plugin](https://github.com/crosswalk-project/cordova-plugin-crosswalk-webview):
0 commit comments