MediaSFU React Native
    Preparing search index...

    Interface SendMessageOptions

    interface SendMessageOptions {
        member: string;
        islevel: string;
        showAlert?: ShowAlert;
        coHostResponsibility: CoHostResponsibility[];
        coHost: string;
        chatSetting: string;
        message: string;
        roomName: string;
        messagesLength: number;
        receivers: string[];
        group: boolean;
        sender: string;
        socket: Socket;
    }
    Index

    Properties

    member: string
    islevel: string
    showAlert?: ShowAlert
    coHostResponsibility: CoHostResponsibility[]
    coHost: string
    chatSetting: string
    message: string
    roomName: string
    messagesLength: number
    receivers: string[]
    group: boolean
    sender: string
    socket: Socket