When group call is empty you are now full screen
This commit is contained in:
parent
a237946ba0
commit
016fc62b8b
5 changed files with 90 additions and 22 deletions
|
@ -162,8 +162,8 @@ export const CallingLobby = ({
|
|||
/>
|
||||
) : (
|
||||
<CallBackgroundBlur avatarPath={me.avatarPath} color={me.color}>
|
||||
<div className="module-calling-lobby__video-off--icon" />
|
||||
<span className="module-calling-lobby__video-off--text">
|
||||
<div className="module-calling__video-off--icon" />
|
||||
<span className="module-calling__video-off--text">
|
||||
{i18n('calling__your-video-is-off')}
|
||||
</span>
|
||||
</CallBackgroundBlur>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue