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