File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
- ![ screenshot] ( https://raw.githubusercontent.com/eface2face/iosrtc-apprtc /master/art/iosrtc-apprtc.jpg )
1
+ ![ screenshot] ( https://raw.githubusercontent.com/eface2face/iOSRTCApp /master/art/iosrtc-apprtc.jpg )
2
2
3
3
4
- # iosrtc-apprtc
4
+ # iOSRTCApp
5
5
6
6
Google's [ AppRTC] ( https://apprtc.appspot.com/ ) adapted to [ Cordova] ( http://cordova.apache.org/ ) iOS with pure HTML5/JavaScript and [ cordova-plugin-iosrtc] ( https://github.com/eface2face/cordova-plugin-iosrtc ) .
7
7
Original file line number Diff line number Diff line change 1
1
<?xml version =' 1.0' encoding =' utf-8' ?>
2
- <widget id =" com.eface2face.apprtc " version =" 0.0.1" xmlns =" http://www.w3.org/ns/widgets" xmlns : cdv =" http://cordova.apache.org/ns/1.0" >
3
- <name >iosrtc-apprtc </name >
2
+ <widget id =" com.eface2face.iosrtcapp " version =" 0.0.1" xmlns =" http://www.w3.org/ns/widgets" xmlns : cdv =" http://cordova.apache.org/ns/1.0" >
3
+ <name >iOSRTCApp </name >
4
4
<description >
5
- Google's apprtc application for iOS devices using cordova-plugin-iosrtc.
5
+ Google's AppRTC application adapted to iOS devices using cordova-plugin-iosrtc.
6
6
</description >
7
7
<author email =" inaki.baz@eface2face.com" href =" https://eface2face.com" >
8
8
Iñaki Baz Castillo at eFace2Face, inc.
Original file line number Diff line number Diff line change @@ -124,10 +124,10 @@ <h1>AppRTC</h1>
124
124
125
125
< script type ="text/javascript ">
126
126
window . addEventListener ( 'load' , function ( ) {
127
- console . log ( 'iosrtc-apprtc >>> DOM loaded' ) ;
127
+ console . log ( 'iOSRTCApp >>> DOM loaded' ) ;
128
128
129
129
document . addEventListener ( 'deviceready' , function ( ) {
130
- console . log ( 'iosrtc-apprtc >>> "deviceready" event' ) ;
130
+ console . log ( 'iOSRTCApp >>> "deviceready" event' ) ;
131
131
132
132
// Wait a bit since we are adding more stuff into the DOM.
133
133
setTimeout ( function ( ) {
@@ -154,7 +154,7 @@ <h1>AppRTC</h1>
154
154
} ) ;
155
155
156
156
window . addEventListener ( 'orientationchange' , function ( ) {
157
- console . log ( 'iosrtc-apprtc >>> orientationchange event' ) ;
157
+ console . log ( 'iOSRTCApp >>> orientationchange event' ) ;
158
158
159
159
updateVideos ( ) ;
160
160
} ) ;
You can’t perform that action at this time.
0 commit comments