onAttributesUpdated property
final
~english Occurs when the custom chat room attributes (key-value) are updated. ~end
~chinese 聊天室属性变更。 ~end
Implementation
final void Function(
String roomId,
Map<String, String> attributes,
String from,
)? onAttributesUpdated;