[call-me] - change buttons order
This commit is contained in:
+10
-10
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user