forked from github/cinny
Set mic default state to be generally accurate (need to set state from widget info at start instead)
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user