mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-11-06 23:30:28 +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;
|
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;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue