init config : isAudio : wrong default value; custom value not applied
lacastorine opened this issue · 2 comments
lacastorine commented
xavierjs commented
isAudio
is set to true
by default by choice, because JeelizWeboji may be used for karaoke or avatar video conferencing webapps that require audio access.
It can be reassigned, you just need to set videoSettings: {isAudio: false}
in the init options. In the Three.js helper for example it is set to false
by default (
lacastorine commented
My fault, thought isAudio
should be on the same level as videoSettings
, not inside it.
Thanks!