updateAttributes

fun updateAttributes(attributes: Map<String, String>)

Set or update participant attributes. It will make updates only to keys that are present in attributes, and will not override others.

To delete a value, set the value to an empty string.

Note: this requires canUpdateOwnMetadata permission.

Parameters

attributes

attributes to update