[call-me] - change buttons order

This commit is contained in:
Miroslav Pejic
2025-08-22 14:41:38 +02:00
parent 5ad58bc091
commit e8c3cdf9a3
+10 -10
View File
@@ -122,6 +122,16 @@
>
<i class="fas fa-eye-slash"></i>
</button>
<!-- Button to toggle audio stream -->
<button
id="audioBtn"
class="btn btn-custom btn-success btn-m"
data-toggle="tooltip"
data-placement="top"
title="Toggle audio"
>
<i class="fas fa-microphone"></i>
</button>
<!-- Button to swap camera -->
<button
id="swapCameraBtn"
@@ -142,16 +152,6 @@
>
<i class="fas fa-video"></i>
</button>
<!-- Button to toggle audio stream -->
<button
id="audioBtn"
class="btn btn-custom btn-success btn-m"
data-toggle="tooltip"
data-placement="top"
title="Toggle audio"
>
<i class="fas fa-microphone"></i>
</button>
<!-- Button to leave the call -->
<button
id="leaveBtn"