livekit / client-sdk-flutter

Flutter Client SDK for LiveKit
https://docs.livekit.io
Apache License 2.0
240 stars 112 forks source link

[feature] Add attributes to Participant class #547

Closed ivalkenburg closed 3 weeks ago

ivalkenburg commented 1 month ago

Is your feature request related to a problem? Please describe.

Describe the solution you'd like When issuing a room grant to a participant you can define attributes to the participant (map<string, string>). These attributes are visible on the participant in the web hook participant payload, but do not exist in the flutter participant class, only metadata (string). Is it possible to have these attributes available in participant class as map<string, string>?

Describe alternatives you've considered

Additional context

davidzhao commented 1 month ago

yes, participant attributes is a new feature and it'll be available across all of our SDKs soon