connection fixes
This commit is contained in:
@@ -400,14 +400,13 @@
|
||||
<label>Operator ID:</label>
|
||||
<input type="text" id="operator-id" value="demo-operator-001" placeholder="Введите ID оператора">
|
||||
</div>
|
||||
|
||||
<button class="btn btn-success" id="operator-connect" onclick="connectOperator()">
|
||||
Подключиться как оператор
|
||||
</button>
|
||||
<button class="btn btn-danger" id="operator-disconnect" onclick="disconnectOperator()" disabled>
|
||||
Отключиться
|
||||
</button>
|
||||
<button class="btn" id="startOperatorWebcam" style="display:none">Включить веб-камеру оператора</button>
|
||||
<video id="operatorWebcam" autoplay playsinline style="width:320px;display:none"></video>
|
||||
|
||||
<div class="grid">
|
||||
<div>
|
||||
|
||||
Reference in New Issue
Block a user