Skip to content

Commit

Permalink
Merge pull request meetecho#1 from trembitrepo/IR-45-demo-preparation
Browse files Browse the repository at this point in the history
IR-45. Demo preparations
  • Loading branch information
kefir266 committed Nov 7, 2019
2 parents fc846b9 + 3425a9f commit 04e1551
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 9 deletions.
3 changes: 1 addition & 2 deletions public/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ form#joinRoom input[type='submit'] {
}

img.logo {
width: 120px;
height: 90px;
width: 270px;
margin-bottom: 30px;
}
Binary file removed public/favicon.ico
Binary file not shown.
Binary file removed public/icon.png
Binary file not shown.
Binary file added public/images/irecord-white-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions views/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<link href='//fonts.googleapis.com/css?family=Ropa+Sans' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="/css/main.css" media="screen" title="no title" charset="utf-8">
<link rel="stylesheet" href="/css/index.css" media="screen" title="no title" charset="utf-8">
<title>OpenTok Meet</title>
<title>iRecord Anywhere</title>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
Expand All @@ -22,7 +22,7 @@
</head>
<body ng-controller="MainCtrl">
<div id="wrapper">
<img src="images/opentok-meet-logo.png" alt="Logo" class="logo">
<img src="images/irecord-white-logo.png" alt="Logo" class="logo">
<form id="joinRoom" ng-submit="joinRoom()">
<div id="inputs">
<input type="text" name="room" value="" ng-model="room" id="room" placeholder="room name">
Expand All @@ -37,7 +37,7 @@
<div id="p2pCheckbox">
<input type="checkbox" name="p2p" id="p2p" ng-model="p2p" ng-change="p2pChanged()">
<label for="p2p">
p2p <a href="https://support.tokbox.com/hc/en-us/articles/202997234-What-is-the-difference-between-a-Routed-vs-Relayed-Session-" target="_blank">?</a>
p2p
</label>
</div>
<br>
Expand Down
5 changes: 1 addition & 4 deletions views/room.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no, maximum-scale=1, viewport-fit=cover">
<link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/<%=chromeExtensionId%>">
<link rel="icon" sizes="128x128" href="icon.png">
<title>OpenTok Meet : <%=room%></title>
<title>iRecord Anywhere : <%=room%></title>
<link href='//fonts.googleapis.com/css?family=Ropa+Sans' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="/css/main.css" media="screen" title="no title" charset="utf-8">
<link rel="stylesheet" href="/css/ng-embed.min.css" media="screen" title="no title" charset="utf-8">
Expand Down Expand Up @@ -130,8 +129,6 @@
<button name="changeRoom" id="changeRoom" ng-click="changeRoom()" class="icon-left ion-log-out red" title="Leave">Leave</button>
</div>
<div id="footer">
<a href="https://github.com/aullman/opentok-meet" target="_blank"><i class="ion-social-github" title="View source on GitHub"></i></a>
<a href="https://github.com/aullman/opentok-meet/issues/new" target="_blank"><i class="ion-bug" title="Report Issue"></i></a>
</div>
<i id="connCount" class="ion-ios7-people" title="{{connections.length}} participant in the room"> {{connections.length}}</i>
<div id="statusMessages">
Expand Down

0 comments on commit 04e1551

Please sign in to comment.