The OfferAnswerContexttype exposes the following members.

Constructors

  Name Description
OfferAnswerContext
Creates a new instance of the OfferAnswerContext class.

Methods

  Name Description
Equals (Inherited from Object.)
Finalize (Inherited from Object.)
GetHashCode (Inherited from Object.)
GetType (Inherited from Object.)
MemberwiseClone (Inherited from Object.)
ToString (Inherited from Object.)

Properties

  Name Description
CallDialogContext
Gets the value of associated SignalingContext.
InitialOfferMediaTypes
Gets a list of the call's default media types.
IsEarlyDialog
Gets whether this OfferAnswerContext belongs to a provisonal request or a final request.
IsPrimarySession
Gets whether the signaling session associated with this OfferAnswerContext is a primary signaling session of the call.
LocalEndpoint
Gets the LocalEndpoint of the call.
Reason
Gets the the reason for SDP offer/answer negotiation as a value in the SdpOfferAnswerReason enumeration.
RemoteEndpoint
Gets the RemoteEndpoint for the offer answer context.

See Also