Fix PiP and call settings in reconnecting calls
This commit is contained in:
parent
ea37980fc3
commit
3ff9b87a22
3 changed files with 7 additions and 2 deletions
|
@ -491,6 +491,7 @@ export function CallScreen({
|
|||
|
||||
const controlsFadedOut = !showControls && !isAudioOnly && isConnected;
|
||||
const controlsFadeClass = classNames({
|
||||
'module-ongoing-call__controls': true,
|
||||
'module-ongoing-call__controls--fadeIn':
|
||||
(showControls || isAudioOnly) && !isConnected,
|
||||
'module-ongoing-call__controls--fadeOut': controlsFadedOut,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue