receiveVideo

View as MarkdownOpen in Claude
get receiveVideo(): boolean
set receiveVideo(value): void

Whether to receive remote video by default.

Parameters

value
boolean

If true, the local peer accepts incoming video.

Examples

console.log(client.preferences.receiveVideo);