Closed jlrpuma closed 3 years ago
I'm adding participants to a conversation, the participants are added to the conversation but the attributes that I passed to them are completely ignored.
Attributes String example: {"id":1,"username":"xxxxx","firstName":"xxxx","secondName":null,"firstLastName":"xxxxx","secondLastName":null}
{"id":1,"username":"xxxxx","firstName":"xxxx","secondName":null,"firstLastName":"xxxxx","secondLastName":null}
Participant participant = Participant.creator(conversationSid) .setIdentity(identity) .setAttributes(attributes).create();
Issue Summary
I'm adding participants to a conversation, the participants are added to the conversation but the attributes that I passed to them are completely ignored.
Attributes String example:
{"id":1,"username":"xxxxx","firstName":"xxxx","secondName":null,"firstLastName":"xxxxx","secondLastName":null}
Steps to Reproduce
Code Snippet
Technical details: