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
Public method 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.
Public method 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.
Public method 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.
Public method 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.
Public method 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

See Also

Reference

IOfferAnswer Interface

Microsoft.Rtc.Signaling Namespace