set default mic state to enabled

This commit is contained in:
YoJames2019 2026-02-09 22:22:08 -05:00
parent 990a92a32c
commit 5b3a0f1334

View file

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