edgeport - v1.0.3
    Preparing search index...

    Interface MsrpConnectOptions

    Options for connectMsrp.

    interface MsrpConnectOptions {
        chunkSize?: number;
        localPath: string;
        remotePath: string;
        timeoutMs?: number;
    }
    Index
    chunkSize?: number

    Max body octets per SEND chunk; defaults to 2048.

    localPath: string

    Our local MSRP path (the SDP offer's a=path).

    remotePath: string

    The peer/relay MSRP path to dial and send to (the SDP answer's a=path).

    timeoutMs?: number

    Per-response read deadline in milliseconds.