Set mic default state to be generally accurate (need to set state from widget info at start instead)

This commit is contained in:
GigiaJ 2025-04-22 22:34:25 -04:00
parent 39d4eedb75
commit d6ffac74a7

View file

@ -43,7 +43,7 @@ interface CallProviderProps {
children: ReactNode; children: ReactNode;
} }
const DEFAULT_AUDIO_ENABLED = false; const DEFAULT_AUDIO_ENABLED = true;
const DEFAULT_VIDEO_ENABLED = false; const DEFAULT_VIDEO_ENABLED = false;
const DEFAULT_CHAT_OPENED = false; const DEFAULT_CHAT_OPENED = false;