IOfferAnswer Members
Include Protected Members
Include Inherited Members
Defines the contract to be implemented by the caller of a signaling session for media offer/answer negotiation.
The IOfferAnswer type exposes the following members.
Methods
Name | Description | |
---|---|---|
GetAnswer | The method that is called when media description answer is required for an outgoing 200 OK response or an outgoing ACK when the initial INVITE request had no offer. | |
GetOffer | The method that is called when media description offer is required for an outgoing INVITE request or an outgoing 200 OK response to an INVITE request with null offer. | |
HandleOfferInInviteResponse | The method that is called when a media offer is received by the inviter in response to the original reinvite with a null offer. | |
HandleOfferInReInvite | The method that is called when media renegotiation (ReInvite) is received. This happens when the remote sends another INVITE request inside an existing INVITE dialog to renegotiate media description. | |
SetAnswer | The method that is called when media description response is received in a 200 OK response or ACK message for an INVITE request. |
Top