handraised$

View as MarkdownOpen in Claude
get handraised$(): Observable<boolean | undefined>

Observable indicating whether the participant has raised their hand.

handraised

get handraised(): boolean

Whether the participant has raised their hand.

Examples

participant.handraised$.subscribe((handraised) => {
console.log('handraised:', handraised);
});