speaking indicator design tweaks

This commit is contained in:
Jamie Kyle 2023-03-06 14:47:22 -08:00 committed by GitHub
parent e3a1f81885
commit 9dc9808420
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 2 deletions

View file

@ -9,7 +9,7 @@ import { useSpring, animated } from '@react-spring/web';
import { AUDIO_LEVEL_INTERVAL_MS } from '../calling/constants';
import { missingCaseError } from '../util/missingCaseError';
export const SPEAKING_LINGER_MS = 500;
export const SPEAKING_LINGER_MS = 200;
const BASE_CLASS_NAME = 'CallingAudioIndicator';
const CONTENT_CLASS_NAME = `${BASE_CLASS_NAME}__content`;