onOwnerChangedFromChatRoom property
final
~english Occurs when the chat room ownership is transferred. ~end
~chinese 转移聊天室的所有权的回调。 ~end
Implementation
final void Function(
String roomId,
String newOwner,
String oldOwner,
)? onOwnerChangedFromChatRoom;