Blur participant videos when calls are reconnecting

This commit is contained in:
trevor-signal
2023-10-16 13:58:51 -04:00
committed by GitHub
parent 4ea0970e54
commit 777b9d52e9
11 changed files with 68 additions and 21 deletions

View File

@@ -42,6 +42,7 @@ const defaultProps = {
getFrameBuffer: memoize(() => Buffer.alloc(FRAME_BUFFER_SIZE)),
getGroupCallVideoFrameSource: fakeGetGroupCallVideoFrameSource,
i18n,
isCallReconnecting: false,
onParticipantVisibilityChanged: action('onParticipantVisibilityChanged'),
remoteAudioLevels: new Map<number, number>(),
remoteParticipantsCount: 1,