Skip to content

Commit b6678cc

Browse files
committed
Rename project name to iOSRTCApp.
1 parent 3202276 commit b6678cc

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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)
22

33

4-
# iosrtc-apprtc
4+
# iOSRTCApp
55

66
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).
77

config.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?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>
44
<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.
66
</description>
77
<author email="inaki.baz@eface2face.com" href="https://eface2face.com">
88
Iñaki Baz Castillo at eFace2Face, inc.

www/appwindow.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,10 +124,10 @@ <h1>AppRTC</h1>
124124

125125
<script type="text/javascript">
126126
window.addEventListener('load', function () {
127-
console.log('iosrtc-apprtc >>> DOM loaded');
127+
console.log('iOSRTCApp >>> DOM loaded');
128128

129129
document.addEventListener('deviceready', function () {
130-
console.log('iosrtc-apprtc >>> "deviceready" event');
130+
console.log('iOSRTCApp >>> "deviceready" event');
131131

132132
// Wait a bit since we are adding more stuff into the DOM.
133133
setTimeout(function () {
@@ -154,7 +154,7 @@ <h1>AppRTC</h1>
154154
});
155155

156156
window.addEventListener('orientationchange', function () {
157-
console.log('iosrtc-apprtc >>> orientationchange event');
157+
console.log('iOSRTCApp >>> orientationchange event');
158158

159159
updateVideos();
160160
});

0 commit comments

Comments
 (0)