set default mic state to enabled
This commit is contained in:
parent
990a92a32c
commit
5b3a0f1334
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue