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

    Interface IRCIMIWLeaveChatRoomCallback

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

    Properties

    Properties

    onChatRoomLeft?: (code: number, targetId: string) => void