Browser SDK
Build voice, video and chat applications for the browser
v4
Stable
1get receiveAudio(): boolean2set receiveAudio(value): void
Whether to receive remote audio by default.
If true, the local peer accepts incoming audio.
true
1console.log(client.preferences.receiveAudio);