RongCloud React Native IM Wrapper - v5.34.0
    Preparing search index...

    Interface IRCIMIWLeaveChatRoomCallback

    interface IRCIMIWLeaveChatRoomCallback {
        onChatRoomLeft?: (code: number, targetId: string) => void;
    }
    Index
    onChatRoomLeft?: (code: number, targetId: string) => void