screenshare$

View as MarkdownOpen in Claude
get screenshare$(): Observable<boolean>

Observable for screenshare capability

screenshare

get screenshare(): boolean

Current screenshare capability

Examples

capabilities.screenshare$.subscribe((screenshare) => {
console.log('screenshare:', screenshare);
});