client-sdk-flutter icon indicating copy to clipboard operation
client-sdk-flutter copied to clipboard

[feature] Add attributes to Participant class

Open ivalkenburg opened this issue 1 year ago • 1 comments

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

ivalkenburg avatar Jul 07 '24 12:07 ivalkenburg

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

davidzhao avatar Jul 07 '24 17:07 davidzhao

@ivalkenburg this was released in 2.2.2 - let us know if you have any feedback on it

bcherry avatar Aug 20 '24 03:08 bcherry