MediaSFU React Native
    Preparing search index...

    Interface ClickChatOptions

    interface ClickChatOptions {
        isMessagesModalVisible: boolean;
        updateIsMessagesModalVisible: (isVisible: boolean) => void;
        chatSetting: string;
        islevel: string;
        showAlert?: ShowAlert;
    }
    Index

    Properties

    isMessagesModalVisible: boolean
    updateIsMessagesModalVisible: (isVisible: boolean) => void
    chatSetting: string
    islevel: string
    showAlert?: ShowAlert