OfferInInviteResponseEventArgs Class

Definition

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.

Applies to