-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathconfo.html
500 lines (484 loc) · 32.5 KB
/
confo.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
<!DOCTYPE html>
<html>
<head>
<title>Multi-Party App</title>
<meta name="description" content="Webpage">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Trial Video Conference</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/iCheck/1.0.2/skins/minimal/minimal.css" />
<link rel="stylesheet" href="./assets/plugins/bootstrap4/css/bootstrap.min.css" />
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.2/css/all.css"
integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr" crossorigin="anonymous" />
<link href="https://cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/toastr.min.css" rel="stylesheet" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<link rel="stylesheet" href="css/confo.css">
<link rel="stylesheet" href="css/core.css">
<script type="text/javascript" src="js/pleaserotate.js"></script>
</head>
<body class="custom-multi-app-page">
<div class="custom-multi-app-inner">
<div class="custom-app-wrapper">
<div class="loader" style="display: none; justify-content: center; align-items: center; height: 100vh; width: 100vw; position: absolute; left: 0;">
</div>
<div class="inner">
<div class="top-section">
<div class="room-name">
<h4></h4>
</div>
<div class="recording-blink"
style="margin: auto; font-size: x-large; visibility: hidden; position: absolute; right: 0px;">
<div id="rec_notification-1" class="blink-image">
<span><i class="fa fa-circle" style="color: red;"></i></span> Rec
</div>
</div>
<div class="left-icons-tools">
<div class="tools-inner">
<ul>
<li class="chat-btn" title="Chat">
<a>
<svg id="black_chat" viewBox="0 0 24 24" width="24" height="24"
stroke="currentColor" stroke-width="2" fill="none" stroke-linecap="round"
stroke-linejoin="round" class="css-i6dzq1">
<path d="M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z">
</path>
</svg>
<svg id="red_chat" viewBox="0 0 24 24" width="24" height="24" stroke="red"
stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"
class="css-i6dzq1" style="display: none;">
<path d="M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z">
</path>
</svg>
</a>
</li>
<li class="participant-btn" title="Participants">
<a>
<svg viewBox="0 0 24 24" width="24" height="24" stroke="currentColor"
stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"
class="css-i6dzq1">
<path d="M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"></path>
<circle cx="9" cy="7" r="4"></circle>
<path d="M23 21v-2a4 4 0 0 0-3-3.87"></path>
<path d="M16 3.13a4 4 0 0 1 0 7.75"></path>
</svg>
</a>
</li>
<li class="media-stats" onclick="showMediaStats();" title="Media Stats">
<a>
<svg viewBox="0 0 24 24" width="24" height="24" stroke="currentColor"
stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"
class="css-i6dzq1">
<line x1="12" y1="20" x2="12" y2="10"></line>
<line x1="18" y1="20" x2="18" y2="4"></line>
<line x1="6" y1="20" x2="6" y2="16"></line>
</svg>
</a>
</li>
<!-- <li id="switch_cam" title="Change camera"
style="display: none;" onclick="changeCamera()">
<a>
<svg viewBox="0 0 24 24" width="24" height="24" stroke="currentColor"
stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"
class="css-i6dzq1">
<path
d="M23 19a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h4l2-3h6l2 3h4a2 2 0 0 1 2 2z">
</path>
<circle cx="12" cy="13" r="4"></circle>
</svg>
</a>
</li> -->
<li class="settings-btn" id="switch_devices" title="Settings">
<a>
<svg viewBox="0 0 24 24" width="24" height="24" stroke="currentColor"
stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"
class="css-i6dzq1">
<circle cx="12" cy="12" r="3"></circle>
<path
d="M19.4 15a1.65 1.65 0 0 0 .33 1.82l.06.06a2 2 0 0 1 0 2.83 2 2 0 0 1-2.83 0l-.06-.06a1.65 1.65 0 0 0-1.82-.33 1.65 1.65 0 0 0-1 1.51V21a2 2 0 0 1-2 2 2 2 0 0 1-2-2v-.09A1.65 1.65 0 0 0 9 19.4a1.65 1.65 0 0 0-1.82.33l-.06.06a2 2 0 0 1-2.83 0 2 2 0 0 1 0-2.83l.06-.06a1.65 1.65 0 0 0 .33-1.82 1.65 1.65 0 0 0-1.51-1H3a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.09A1.65 1.65 0 0 0 4.6 9a1.65 1.65 0 0 0-.33-1.82l-.06-.06a2 2 0 0 1 0-2.83 2 2 0 0 1 2.83 0l.06.06a1.65 1.65 0 0 0 1.82.33H9a1.65 1.65 0 0 0 1-1.51V3a2 2 0 0 1 2-2 2 2 0 0 1 2 2v.09a1.65 1.65 0 0 0 1 1.51 1.65 1.65 0 0 0 1.82-.33l.06-.06a2 2 0 0 1 2.83 0 2 2 0 0 1 0 2.83l-.06.06a1.65 1.65 0 0 0-.33 1.82V9a1.65 1.65 0 0 0 1.51 1H21a2 2 0 0 1 2 2 2 2 0 0 1-2 2h-.09a1.65 1.65 0 0 0-1.51 1z">
</path>
</svg>
</a>
</li>
</ul>
</div>
</div>
<div class="screen-area">
<div class="screen-inner" id="screen_share">
</div>
</div>
<div class="video-area">
<div class="row-fluid custom1">
<div class="video-item item1">
<div class="video-inner" id="self-view">
</div>
<div class="video-caption" style="display: none;">
<svg viewBox="0 0 24 24" width="24" height="24" stroke="currentColor"
stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"
class="css-i6dzq1" id="unmute-audio-small">
<path d="M12 1a3 3 0 0 0-3 3v8a3 3 0 0 0 6 0V4a3 3 0 0 0-3-3z"></path>
<path d="M19 10v2a7 7 0 0 1-14 0v-2"></path>
<line x1="12" y1="19" x2="12" y2="23"></line>
<line x1="8" y1="23" x2="16" y2="23"></line>
</svg>
<svg viewBox="0 0 24 24" width="24" height="24" stroke="currentColor"
stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"
class="css-i6dzq1" id="mute-audio-small" style="display: none;">
<line x1="1" y1="1" x2="23" y2="23"></line>
<path d="M9 9v3a3 3 0 0 0 5.12 2.12M15 9.34V4a3 3 0 0 0-5.94-.6"></path>
<path d="M17 16.95A7 7 0 0 1 5 12v-2m14 0v2a7 7 0 0 1-.11 1.23"></path>
<line x1="12" y1="19" x2="12" y2="23"></line>
<line x1="8" y1="23" x2="16" y2="23"></line>
</svg>
<svg viewBox="0 0 24 24" width="24" height="24" stroke="currentColor"
stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"
class="css-i6dzq1" id="unmute-video-small">
<polygon points="23 7 16 12 23 17 23 7"></polygon>
<rect x="1" y="5" width="15" height="14" rx="2" ry="2"></rect>
</svg>
<svg viewBox="0 0 24 24" width="24" height="24" stroke="currentColor"
stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"
class="css-i6dzq1" style="display: none;" id="mute-video-small">
<path
d="M16 16v1a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h2m5.66 0H14a2 2 0 0 1 2 2v3.34l1 1L23 7v10">
</path>
<line x1="1" y1="1" x2="23" y2="23"></line>
</svg>
</div>
</div>
<div class="video-item item2 remote-view-parent" style="display:none">
<!-- <div class="video-item item2 remote-view-parent"> -->
<div class="spotlight" style="position:absolute; right: 0; z-index:10000;">
</div>
<div class="video-inner video-inner-parent">
</div>
<div class="video-caption">
<p>Alma Llogd</p>
<svg viewBox="0 0 24 24" width="24" height="24" stroke="currentColor"
stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"
class="css-i6dzq1">
<path d="M12 1a3 3 0 0 0-3 3v8a3 3 0 0 0 6 0V4a3 3 0 0 0-3-3z"></path>
<path d="M19 10v2a7 7 0 0 1-14 0v-2"></path>
<line x1="12" y1="19" x2="12" y2="23"></line>
<line x1="8" y1="23" x2="16" y2="23"></line>
</svg>
<svg viewBox="0 0 24 24" width="24" height="24" stroke="currentColor"
stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"
class="css-i6dzq1">
<polygon points="23 7 16 12 23 17 23 7"></polygon>
<rect x="1" y="5" width="15" height="14" rx="2" ry="2"></rect>
</svg>
</div>
</div>
<div class="call-disconnect" title="End Call" onclick="disconnectCall()">
<a>
<svg viewBox="0 0 24 24" width="24" height="24" stroke="currentColor"
stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"
class="css-i6dzq1"
style="transform: rotate(135deg);fill: #ff001d;stroke-width: 0;">
<path
d="M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z">
</path>
</svg>
<span>Leave</span>
</a>
</div>
</div>
</div>
<div class="chat-area" style="z-index: 5020;">
<div class="chat-head">
<h2>Live Chat</h2>
<div class="close-icon" onclick="closeArea();"><span></span><span></span></div>
</div>
<div class="chat-body">
<div class="chat-textarea">
<div class="chat-item left" style="display: none;">
<div class="img">
<img src="images/user.jpeg" alt="User">
</div>
<div class="desc">
<div class="head">
<p>Marvin Lambert</p>
</div>
<div class="message">
<p>Hi Team 🙂</p>
</div>
<div class="time" style="font-size: smaller;">
<p>12:25 pm</p>
</div>
</div>
</div>
<div class="chat-item right" style="display: none;">
<div class="desc">
<div class="head">
<p>Alma Llogd</p>
</div>
<div class="message">
<p>Hi Everyone! Let get Started.
</p>
</div>
<div class="time" style="font-size: smaller;">
<p>12:25 pm</p>
</div>
</div>
<div class="img">
<img src="images/user.jpeg" alt="User">
</div>
</div>
</div>
</div>
<div class="chat-footer">
<div class="chat-typing-area">
<div class="message-box">
<textarea type="text" class="message-input"
placeholder="Type your message"></textarea>
<button type="submit" class="message-submit" onclick="chatSend()">
<svg viewBox="0 0 24 24" width="24" height="24" stroke="currentColor"
stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"
class="css-i6dzq1">
<line x1="22" y1="2" x2="11" y2="13"></line>
<polygon points="22 2 15 22 11 13 2 9 22 2"></polygon>
</svg>
</button>
<label title="Choose File" for="file_upload_public" class="d-inline text-secondary pointer">
<svg class="message-submit" viewBox="0 0 24 24" width="27" height="23"
stroke="currentColor" stroke-width="2" fill="none" stroke-linecap="round"
stroke-linejoin="round" class="css-i6dzq1">
<path
d="M21.44 11.05l-9.19 9.19a6 6 0 0 1-8.49-8.49l9.19-9.19a4 4 0 0 1 5.66 5.66l-9.2 9.19a2 2 0 0 1-2.83-2.83l8.49-8.48">
</path>
</svg>
</label>
<input type="file" class="file-input d-none" name="file_upload"
id="file_upload_public">
</div>
</div>
</div>
</div>
<div class="participants-area" style="z-index: 5020;">
<div class="chat-head">
<h2>Participants List</h2>
<div class="close-icon" onclick="closeArea();"><span></span><span></span></div>
</div>
<div class="participants-inner">
<div class="participants-item" style="display: none;">
<!-- <div class="participant-img">
<img src="images/user.jpeg" alt="User">
</div> -->
<div class="participant-desc">
<div class="head">
<p>Marvin Lambert</p>
</div>
</div>
</div>
</div>
</div>
<div class="settings-area" style="z-index: 5020;">
<div class="chat-head">
<h2>Device List</h2>
<div class="close-icon" onclick="closeArea();"><span></span><span></span></div>
</div>
<div class="settings-inner">
<div class="camera-item" style="flex-direction: column;">
<!-- <div class="participant-img">
<img src="images/user.jpeg" alt="User">
</div> -->
<h5>Camera List</h5>
<div class="participant-desc camera-desc">
<div class="head">
</div>
</div>
</div>
<hr>
<div class="participants-item microphone-item" style="flex-direction: column;">
<!-- <div class="participant-img">
<img src="images/user.jpeg" alt="User">
</div> -->
<div>
<h5>Microphone List</h5>
</div>
<div class="participant-desc microphone-desc">
<div class="head">
</div>
</div>
</div>
</div>
</div>
<!-- <div class="bottom-btns">
<ul>
<li class="cm-btn first-btn"><a>1</a></li>
<li class="cm-btn second-btn"><a>2</a></li>
<li class="cm-btn third-btn"><a>3</a></li>
<li class="cm-btn fourth-btn"><a>4</a></li>
<li class="cm-btn fifth-btn"><a>5</a></li>
<li class="cm-btn sixth-btn"><a>6</a></li>
</ul>
</div> -->
<div class="recording-tools">
<ul>
<li class="menu-icon">
<a>
<svg viewBox="0 0 24 24" width="24" height="24" stroke="currentColor"
stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"
class="css-i6dzq1">
<line x1="3" y1="12" x2="21" y2="12"></line>
<line x1="3" y1="6" x2="21" y2="6"></line>
<line x1="3" y1="18" x2="21" y2="18"></line>
</svg>
</a>
</li>
<li>
<a id="mute_btn" title='Mute Audio'>
<svg viewBox="0 0 24 24" width="24" height="24" stroke="currentColor"
stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"
class="css-i6dzq1" onclick="muteAudio()" id="unmute-audio-pic">
<path d="M12 1a3 3 0 0 0-3 3v8a3 3 0 0 0 6 0V4a3 3 0 0 0-3-3z"></path>
<path d="M19 10v2a7 7 0 0 1-14 0v-2"></path>
<line x1="12" y1="19" x2="12" y2="23"></line>
<line x1="8" y1="23" x2="16" y2="23"></line>
</svg>
<svg viewBox="0 0 24 24" width="24" height="24" stroke="currentColor"
stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"
class="css-i6dzq1" onclick="unmuteAudio()" id="mute-audio-pic"
style="display: none;">
<line x1="1" y1="1" x2="23" y2="23"></line>
<path d="M9 9v3a3 3 0 0 0 5.12 2.12M15 9.34V4a3 3 0 0 0-5.94-.6"></path>
<path d="M17 16.95A7 7 0 0 1 5 12v-2m14 0v2a7 7 0 0 1-.11 1.23"></path>
<line x1="12" y1="19" x2="12" y2="23"></line>
<line x1="8" y1="23" x2="16" y2="23"></line>
</svg>
</a>
</li>
<li>
<a id="mutev_btn" title="Mute Video">
<svg viewBox="0 0 24 24" width="24" height="24" stroke="currentColor"
stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"
class="css-i6dzq1" onclick="muteVideo()" id="unmute-video-pic">
<polygon points="23 7 16 12 23 17 23 7"></polygon>
<rect x="1" y="5" width="15" height="14" rx="2" ry="2"></rect>
</svg>
<svg viewBox="0 0 24 24" width="24" height="24" stroke="currentColor"
stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"
class="css-i6dzq1" style="display: none;" onclick="unmuteVideo()"
id="mute-video-pic">
<path
d="M16 16v1a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h2m5.66 0H14a2 2 0 0 1 2 2v3.34l1 1L23 7v10">
</path>
<line x1="1" y1="1" x2="23" y2="23"></line>
</svg>
</a>
</li>
<li class="lock" title="Lock Room">
<a>
<svg viewBox="0 0 24 24" width="24" height="24" stroke="currentColor"
stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"
class="css-i6dzq1" id="lock_btn" onclick="unlockRoom();" style="display:none">
<rect x="3" y="11" width="18" height="11" rx="2" ry="2"></rect>
<path d="M7 11V7a5 5 0 0 1 10 0v4"></path>
</svg>
<svg viewBox="0 0 24 24" width="24" height="24" stroke="currentColor"
stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"
class="css-i6dzq1" id="unlock_btn" onclick="lockRoom()">
<rect x="3" y="11" width="18" height="11" rx="2" ry="2"></rect>
<path d="M7 11V7a5 5 0 0 1 9.9-1"></path>
</svg>
</a>
</li>
<li class="cm-screen-share" onclick="screenShare()" title="Start Share">
<a>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
version="1.1" id="Capa_1" x="0px" y="0px" width="24" height="24"
viewBox="0 0 493.551 493.551" style="enable-background:new 0 0 493.551 493.551;"
xml:space="preserve">
<g>
<g>
<path
d="M493.549,402.462H0v45.033h493.551v-45.033H493.549z M471.934,430.38h-39.629v-10.809h39.629V430.38L471.934,430.38z">
</path>
<polygon points="474.635,338.967 21.616,338.967 0,384 493.549,384 ">
</polygon>
<path
d="M22.966,321.158h447.62V46.055H22.966V321.158z M72.049,85.195h349.447v196.827H72.049V85.195z">
</path>
</g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>
</a>
</li>
<li class="recording-btn" title="Start/Stop Recording" onclick="startRecording()"
style="display: none;">
<a>
<svg viewBox="0 0 24 24" width="24" height="24" stroke="red" stroke-width="2"
fill="none" stroke-linecap="round" stroke-linejoin="round" class="css-i6dzq1">
<circle cx="12" cy="12" r="10"></circle>
<circle cx="12" cy="12" r="3"></circle>
</svg>
</a>
</li>
<li class="call-disconnect" onclick="disconnectCall()">
<a id="disconnect_call">
<svg viewBox="0 0 24 24" width="24" height="24" stroke="currentColor"
stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"
class="css-i6dzq1"
style="transform: rotate(135deg);fill: #ff001d;stroke-width: 0;">
<path
d="M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z">
</path>
</svg>
<span>Leave</span>
</a>
</li>
<!-- <li class="invite-btn" id="invite_url" title="Invite URL" style="display: none;"
onclick="copyUrl()">
<a style="color: red;">
<span>Invite URL</span>
</a>
</li> -->
</ul>
</div>
</div>
</div>
</div>
</div>
<!-- <script src="js/main.js"></script> -->
<!-- <script type="text/javascript" src="js/pleaserotate.js"></script> -->
<script type="text/javascript" src="js/jquery-3.2.1.min.js"></script>
<script type="text/javascript" src="js/tether.min.js"></script>
<script type="text/javascript" src="js/bootstrap.js"></script>
<script type="text/javascript" src="assets/plugins/jscrollpane/jquery.mousewheel.js"></script>
<script type="text/javascript" src="assets/plugins/jscrollpane/mwheelIntent.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/toastr.min.js"></script>
<script type="text/javascript" src="js/scrollbar.js"></script>
<script type="text/javascript" src="js/EnxRtc.js"></script>
<script type="text/javascript" src="js/confo.js"></script>
<script type="text/javascript" src="js/resonsive.js"></script>
</body>
</html>