receiveVideo

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

Whether to receive remote video by default.

Parameters

value
boolean

If true, the local peer accepts incoming video.

Examples

1console.log(client.preferences.receiveVideo);