Hi,
I see that changes in config.js + building the SDK (jitsi-meet/android/scripts/release-sdk.sh) doesn’t take affect.
I tried to change the following configuration parameters:
enableNoisyMicDetection: false,
startSilent: true,
startWithAudioMuted: true,
Is this the correct way to change the above ?
I also call .setAudioMuted(true) but I still see the green mic icon on the right side of the screen.
Is it possible to disable audio completely ? Can you explain how ?
Thanks