CallSIPInfoReceivedEventArgs
Provide data for the ICall.SIPInfoReceived event.
Props
Content
string
Content { get; }
Body of INFO message.
Returns
type:
string
Headers
IReadOnlyDictionary<string,string>
Headers { get; }
Optional SIP headers received with message.
Returns
type:
IReadOnlyDictionary<string,string>
Type
string
Type { get; }
MIME type of INFO message.
Returns
type:
string