OfferInInviteResponseEventArgs Class
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.
Used with the HandleOfferInInviteResponse call in IOfferAnswer. This will expose the media offer from the remote participant and gives the ability to send the media answer in the acknowledgement.
public ref class OfferInInviteResponseEventArgs abstract : EventArgs
public abstract class OfferInInviteResponseEventArgs : EventArgs
type OfferInInviteResponseEventArgs = class
inherit EventArgs
Public MustInherit Class OfferInInviteResponseEventArgs
Inherits EventArgs
- Inheritance
-
OfferInInviteResponseEventArgs
Properties
Offer |
Gets the media description offer from the remote participant. |
Session |
Gets the signaling session associated with this event argument. |
Methods
ReadyToAnswer(IEnumerable<SignalingHeader>) |
Accepts the offer and triggers IOfferAnswer.GetAnswer calls to send the answer. The application can call this method when it is ready with the answer for the offer represented in this event arg. |