MediaSFU Shared
    Preparing search index...

    Interface SendMessageOptions

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

    Properties

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