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