fix: dont start with audio muted
This commit is contained in:
parent
d07a5f61d7
commit
03985cede2
|
@ -27,7 +27,7 @@ function JitsiEntrypoint({ roomName, userInfo, conferenceData, setConferenceData
|
||||||
domain={JITSI_DOMAIN}
|
domain={JITSI_DOMAIN}
|
||||||
roomName={roomName}
|
roomName={roomName}
|
||||||
configOverwrite={{
|
configOverwrite={{
|
||||||
startWithAudioMuted: true,
|
startWithAudioMuted: false,
|
||||||
disableModeratorIndicator: true,
|
disableModeratorIndicator: true,
|
||||||
startScreenSharing: true,
|
startScreenSharing: true,
|
||||||
enableEmailInStats: false,
|
enableEmailInStats: false,
|
||||||
|
|
Loading…
Reference in a new issue