OfferAnswerContext Members
OfferAnswerContext contains the information from the call, which is required by MediaProvider to identify the call.
The OfferAnswerContext type exposes the following members.
Constructors
Name | Description | |
---|---|---|
OfferAnswerContext |
Top
Properties
Name | Description | |
---|---|---|
CallDialogContext | Gets the value of associated SignalingContext. | |
InitialOfferMediaTypes | Gets the value of call's default media types, MediaProvider could use these media types to initialize the flow. | |
IsEarlyDialog | Gets the value of flag to indicate if this OfferAnswerContext belongs to a provisional request or a final request. | |
IsPrimarySession | Gets the value of flag to indicate if the signaling session associated with this OfferAnswerContext is a primary signaling session of the call. | |
LocalEndpoint | LocalEndpoint of the call. | |
Reason | ||
RemoteEndpoint | RemoteEndpoint for the call signaling session. |
Top
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.) |
Top