IOfferAnswer Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the contract to be implemented by the caller of a signaling session for media offer/answer negotiation.
public interface class IOfferAnswer
public interface IOfferAnswer
type IOfferAnswer = interface
Public Interface IOfferAnswer
- Derived
Methods
GetAnswer(Object, ContentDescription) |
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(Object) |
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(Object, OfferInInviteResponseEventArgs) |
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(Object, OfferInReInviteEventArgs) |
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(Object, ContentDescription) |
The method that is called when media description response is received in a 200 OK response or ACK message for an INVITE request. |