edgeport - v1.0.3
    Preparing search index...

    Interface MsrpOfferOptions

    Options for buildMsrpOffer.

    interface MsrpOfferOptions {
        acceptTypes?: string;
        address?: string;
        path: string;
        port?: number;
        sessionId?: string;
    }
    Index
    acceptTypes?: string

    Accepted content types; defaults to message/cpim text/plain.

    address?: string

    Advertised connection address (often a placeholder for an active, listen-less client).

    path: string

    Our MSRP URI (msrp://host:port/session-id;tcp), echoed as a=path.

    port?: number

    The advertised MSRP port (nominal for an active client).

    sessionId?: string

    SDP session id/version stamp (pass a stable value; the caller supplies it, no clock here).