mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-11-06 15:30:27 +03:00
Set mic default state to be generally accurate (need to set state from widget info at start instead)
This commit is contained in:
parent
39d4eedb75
commit
d6ffac74a7
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue