MediaSFU React Native
    Preparing search index...

    Interface MessageParticipantsOptions

    interface MessageParticipantsOptions {
        coHostResponsibility: CoHostResponsibility[];
        participant: Participant;
        member: string;
        islevel: string;
        showAlert?: ShowAlert;
        coHost: string;
        updateIsMessagesModalVisible: (isVisible: boolean) => void;
        updateDirectMessageDetails: (participant: Participant) => void;
        updateStartDirectMessage: (start: boolean) => void;
    }
    Index

    Properties

    coHostResponsibility: CoHostResponsibility[]
    participant: Participant
    member: string
    islevel: string
    showAlert?: ShowAlert
    coHost: string
    updateIsMessagesModalVisible: (isVisible: boolean) => void
    updateDirectMessageDetails: (participant: Participant) => void
    updateStartDirectMessage: (start: boolean) => void