edgeport - v1.0.3
    Preparing search index...

    Interface MsrpMessage

    An inbound MSRP message delivered to MsrpSession.messages.

    interface MsrpMessage {
        body: Uint8Array;
        contentType?: string;
        messageId?: string;
        text(): string;
    }
    Index
    body: Uint8Array

    The raw body octets.

    contentType?: string

    The Content-Type header, if present.

    messageId?: string

    The Message-ID, if present.