interface RCIMIWChatRoomMemberAction {
    userId?: string;
    actionType?: RCIMIWChatRoomMemberActionType;
}

Properties

Properties

userId?: string

操作的用户

事件类型