onChatRoomStatusChanged property

dynamic Function(String? targetId, RCIMIWChatRoomStatus? status)? onChatRoomStatusChanged
getter/setter pair

聊天室状态发生变化的监听

  • targetId 会话 ID
  • status 聊天室变化的状态

Implementation

Function(
  String? targetId,
  RCIMIWChatRoomStatus? status,
)? onChatRoomStatusChanged;