Edit

Share via


ConferenceInvitationResponse Class

Definition

Contains the remote participant’s response to the conference invitation.

public ref class ConferenceInvitationResponse sealed : Microsoft::Rtc::Signaling::SipResponseData
public sealed class ConferenceInvitationResponse : Microsoft.Rtc.Signaling.SipResponseData
type ConferenceInvitationResponse = class
    inherit SipResponseData
Public NotInheritable Class ConferenceInvitationResponse
Inherits SipResponseData
Inheritance
ConferenceInvitationResponse

Properties

CallId

Gets the call id header value from the message. This property can return empty string if call id value is not available.

(Inherited from SipMessageData)
ContentType

Gets the content type.

(Inherited from SipMessageData)
CSeq

Gets the sequence number of the response.

(Inherited from SipMessageData)
FromHeader

Gets the "From" header of the message.

(Inherited from SipMessageData)
RequestUri

Gets the request URI.

(Inherited from SipMessageData)
Responder

Gets the information that uniquely identifies the contact who sent the response.

ResponseCode

Get the response code.

(Inherited from SipResponseData)
ResponseText

Get the reason phrase.

(Inherited from SipResponseData)
SignalingHeaders

Gets the signaling headers in the response.

(Inherited from SipMessageData)
Status
Obsolete.

Gets the final status of the invitation.

ToHeader

Gets the "To" header of the message.

(Inherited from SipMessageData)
UserAgent

Gets the user agent of the message. This is retrieved either from User-Agent or Server header.

(Inherited from SipMessageData)

Methods

GetMessageBody()

Gets the message body.

(Inherited from SipMessageData)
GetMessageBodyString()

Gets the message body as string.

(Inherited from SipMessageData)
GetObjectData(SerializationInfo, StreamingContext)

Populates a SerializationInfo with the data needed to serialize the object.

(Inherited from SipResponseData)

Applies to