onChatRoomDestroyed property

(dynamic Function(String? targetId, int? type)?) onChatRoomDestroyed
getter/setter pair

聊天室被销毁的回调,用户在线的时候房间被销毁才会收到此回调。

targetId 聊天室 id type 参见枚举 RCOperationStatus

Implementation

static Function(String? targetId, int? type)? onChatRoomDestroyed;