Browse Source

Only allow Muji calls in Group Chats

pull/1406/head
Timothée Jaussoin 9 months ago
parent
commit
bb3f52ec9e
  1. 2
      app/Widgets/Chat/_chat_header.tpl

2
app/Widgets/Chat/_chat_header.tpl

@ -43,7 +43,7 @@
{/if}
{/if}
{if="$conference->mujiCalls->isEmpty()"}
{if="$conference->mujiCalls->isEmpty() && $conference->isGroupChat()"}
<span class="control icon active {if="$incall"}disabled{/if}" onclick="Visio_ajaxGetMujiLobby('{$conference->conference}', true, true);">
<i class="material-symbols">videocam</i>
</span>

Loading…
Cancel
Save