How to set value of an attribute with type "string list" using rtc-sdk
I need a UI field to list multiple string value dynamic. I configurate a filed with type "stringlist", and I can add string in RTC UI. But when I using setAttriubute API to set a arrayList to a stringlist field, a exception will throw out.
I have ever using IProjectAreaHandlerList in RTC UI, the ArrayList<IProjectArea> can be set using setAttribute(id, arrayListValue), why it is not valid when use Stringlist.
Please give me an advise, any example to set "string list" type field value using RTC-SDK will be better.
Thanks!!
Accepted answer
I think stringlist is strings separated by comma ','