GroupAttributeChangedCallback
introduction
Callback for group attributes changing
Returned template
void GroupAttributeChangedCallback(string group_id, List<GroupAttributes> group_attributes, string user_data);
Return value details
name | type | description |
---|---|---|
group_id | string | Group ID |
group_attributes | List< GroupAttributes > | List of group properties that need to be changed |
user_data | string | User-defined data transfered by ImSDK without any processing |