[mirotalksfu] - fix whiteboard & add lock functionality

هذا الالتزام موجود في:
Miroslav Pejic
2023-08-08 11:02:04 +02:00
الأصل 037db75928
التزام a1cb5234cf
6 ملفات معدلة مع 72 إضافات و9 حذوفات

عرض الملف

@@ -412,8 +412,11 @@ access to use this app.
<header id="whiteboardHeader" class="whiteboard-header">
<div id="whiteboardTitle" class="whiteboard-header-title">
<button id="whiteboardCloseBtn" class="fas fa-times"></button>
<div class="form-check form-switch form-switch-md" style="margin-left: 10px">
<input id="whiteboardLockButton" class="form-check-input" type="checkbox" />
</div>
</div>
<div class="whiteboard-header-options">
<div id="whiteboardOptions" class="whiteboard-header-options">
<button id="whiteboardGhostButton" class="fas fa-circle-half-stroke"></button>
<input id="wbBackgroundColorEl" class="whiteboardColorPicker" type="color" value="#000000" />
<input id="wbDrawingColorEl" class="whiteboardColorPicker" type="color" value="#FFFFFF" />