|
11 | 11 |
|
12 | 12 | <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.0.0-alpha/css/bootstrap.min.css">
|
13 | 13 | <!-- use http://una.im/CSSgram/ for filters -->
|
14 |
| - <link rel="stylesheet" href="libs/cssgram.min.css"> |
| 14 | + <link rel="stylesheet" href="https://cdn.rawgit.com/una/CSSgram/master/source/css/cssgram.css"> |
15 | 15 | <!-- app styles -->
|
16 | 16 | <link rel="stylesheet" href="styles.css">
|
17 | 17 | </head>
|
@@ -116,7 +116,8 @@ <h4>Call from <strong class="j-ic_initiator"></strong></h4>
|
116 | 116 | <!-- TEMPLATES -->
|
117 | 117 | <!-- stateBoard -->
|
118 | 118 | <script type="text/template" id="tpl_default">
|
119 |
| - Login in as QuickBlox Conversations room. Logged in as <b><%= name %></b> |
| 119 | + QuickBlox Conversations room is calling <b><%= tag %></b>. |
| 120 | + Logged in as <b><%= name %></b> |
120 | 121 | <button class='fw-link j-logout'>Logout</button>
|
121 | 122 | </script>
|
122 | 123 |
|
@@ -151,7 +152,7 @@ <h4>Call from <strong class="j-ic_initiator"></strong></h4>
|
151 | 152 | </script>
|
152 | 153 |
|
153 | 154 | <script type="text/template" id="p2p_call_stop">
|
154 |
| - <%=name%> has <%=reason%>. Call is stopped.  |
| 155 | + <b><%=name%> has <%=reason%>.</b> Call is stopped.  |
155 | 156 | Login in as <%=currentName%>
|
156 | 157 | <button class='fw-link j-logout'>Logout</button>
|
157 | 158 | </script>
|
@@ -226,19 +227,13 @@ <h4 class="caller__name">
|
226 | 227 | <div class="caller__frames_fl">
|
227 | 228 | <select class="caller__frames_fl_select j-filter">
|
228 | 229 | <option value="no">No Filter</option>
|
229 |
| - <option value="aden">Aden</option> |
230 |
| - <option value="reyes">Reyes</option> |
231 |
| - <option value="perpetua">Perpetua</option> |
232 |
| - <option value="inkwell">Inkwell</option> |
233 |
| - <option value="toaster">Toaster</option> |
234 |
| - <option value="walden">Walden</option> |
235 |
| - <option value="hudson">Hudson</option> |
236 |
| - <option value="gingham">Gingham</option> |
237 |
| - <option value="mayfair">Mayfair</option> |
238 |
| - <option value="lofi">Lofi</option> |
239 |
| - <option value="xpro2">Xpro2</option> |
240 | 230 | <option value="_1977">1977</option>
|
241 |
| - <option value="brooklyn">Brooklyn</option> |
| 231 | + <option value="inkwell">inkwell</option> |
| 232 | + <option value="moon">moon</option> |
| 233 | + <option value="nashville">nashville</option> |
| 234 | + <option value="slumber">slumber</option> |
| 235 | + <option value="toaster">toaster</option> |
| 236 | + <option value="walden">walden</option> |
242 | 237 | </select>
|
243 | 238 | </div>
|
244 | 239 | </div>
|
@@ -280,14 +275,14 @@ <h4 class="caller__name">
|
280 | 275 |
|
281 | 276 | <script type="text/template" id="callee_video">
|
282 | 277 | <div class="frames_callee callees__callee j-callee">
|
283 |
| - <div class="frames_callee_inner"> |
284 |
| - <p class="frames_callee_status j-callee_status_<%=userID%>">Connecting</p> |
| 278 | + <div class="frames_callee__inner"> |
| 279 | + <p class="frames_callee__status j-callee_status_<%=userID%>">Connecting</p> |
285 | 280 | <div class="qb-video">
|
286 |
| - <video class="j-callees__callee_video frames_callee_video qb-video_source" id="remote_video_<%=userID%>" data-user="<%=userID%>"></video> |
| 281 | + <video class="j-callees__callee__video qb-video_source" id="remote_video_<%=userID%>" data-user="<%=userID%>"></video> |
287 | 282 | </div>
|
288 | 283 | </div>
|
289 | 284 |
|
290 |
| - <p class="frames_callee_name"><%=name%></p> |
| 285 | + <p class="frames_callee__name"><%=name%></p> |
291 | 286 | </div>
|
292 | 287 | </script>
|
293 | 288 |
|
|
0 commit comments