OfferInInviteResponseEventArgs Members
Include Protected Members
Include Inherited Members
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.
The OfferInInviteResponseEventArgs type exposes the following members.
Properties
Name | Description | |
---|---|---|
Offer | Gets the media description offer from the remote participant. | |
Session | Gets the signaling session associated with this event argument. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (inherited from Object) | |
Finalize | (inherited from Object) | |
GetHashCode | (inherited from Object) | |
GetType | (inherited from Object) | |
MemberwiseClone | (inherited from Object) | |
ReadyToAnswer | 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. | |
ToString | (inherited from Object) |
Top