attributes property

Map<String, String>? get attributes

Custom attributes for the participant.

Implementation

Map<String, String>? get attributes => _liveKitPayload?.attributes;