Slashed out video icon if mutual and you can't follow

ipad-testing
Noah 2023-03-31 20:12:20 -07:00
parent 4a2fc9c923
commit 4f61b8dc1c
1 changed files with 2 additions and 1 deletions

View File

@ -806,7 +806,8 @@
(u.videoActive && u.videoMutualOpen ? '; will auto-open your video' : '')"
@click="openVideo(u)">
<i class="fa fa-video"></i>
<i class="fa"
:class="u.videoActive && u.videoMutual && !webcam.active ? 'fa-video-slash' : 'fa-video'"></i>
</button>
</div>
</div>