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

    Interface RCIMIWChatRoomSyncEvent

    interface RCIMIWChatRoomSyncEvent {
        chatroomId?: string;
        status?: RCIMIWChatRoomSyncStatus;
        reason?: RCIMIWChatRoomSyncStatusReason;
        time?: number;
        extra?: string;
    }
    Index
    chatroomId?: string
    time?: number
    extra?: string