Rate this page:

CallSIPInfoReceivedEventArgs

Provide data for the ICall.SIPInfoReceived event.

Props

Content

Copy URL

string

Content { get; }

Body of INFO message.

Returns

  • type:

    string

Headers

Copy URL

IReadOnlyDictionary<string,string>

Headers { get; }

Optional SIP headers received with message.

Returns

  • type:

    IReadOnlyDictionary<string,string>

Type

Copy URL

string

Type { get; }

MIME type of INFO message.

Returns

  • type:

    string