isContent property

bool get isContent

Whether this attendee represents a content share (screen share) source.

Chime SDK appends "#content" to the base attendee ID for content sources, e.g. "abc123#content".

Implementation

bool get isContent => attendeeId.endsWith('#content');