isAudience

View as MarkdownOpen in Claude
1get isAudience(): boolean

Whether the participant is an audience member (view-only).

Inherited from

Participant.isAudience

Examples

1console.log(selfParticipant.isAudience);