|
@@ -1,34 +1,6 @@
|
|
@extends('layouts.guest-meeting')
|
|
@extends('layouts.guest-meeting')
|
|
@section('content')
|
|
@section('content')
|
|
|
|
|
|
- <style>
|
|
|
|
- .main-view {
|
|
|
|
- width: 800px;
|
|
|
|
- height: 600px;
|
|
|
|
- margin: 0 1rem;
|
|
|
|
- background: #444;
|
|
|
|
- border-radius: 3px;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- .tp-bar {
|
|
|
|
- width: 140px;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- .tp-bar .tp-item img {
|
|
|
|
- border-radius: 3px;
|
|
|
|
- opacity: 0.8;
|
|
|
|
- cursor: pointer;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- .tp-bar .tp-item img:hover, .tp-bar .tp-item.active img {
|
|
|
|
- opacity: 1;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- .tp-bar .tp-item.active img {
|
|
|
|
- box-shadow: 0 0 0 0.3rem #44bdad85;
|
|
|
|
- }
|
|
|
|
- </style>
|
|
|
|
-
|
|
|
|
<div id="meetingComponent">
|
|
<div id="meetingComponent">
|
|
|
|
|
|
<h5 class="bg-dark font-weight-bold text-white m-0 py-3 px-4 d-flex">
|
|
<h5 class="bg-dark font-weight-bold text-white m-0 py-3 px-4 d-flex">
|
|
@@ -90,6 +62,8 @@
|
|
el: '#meetingComponent',
|
|
el: '#meetingComponent',
|
|
delimiters: ['@{{', '}}'],
|
|
delimiters: ['@{{', '}}'],
|
|
data: {
|
|
data: {
|
|
|
|
+ meetingID: '<?= $meetingID ?>',
|
|
|
|
+ participantID: '<?= $participantID ?>',
|
|
time: 0,
|
|
time: 0,
|
|
startTime: 0,
|
|
startTime: 0,
|
|
started: false,
|
|
started: false,
|