OfferInReInviteEventArgs Members
Include Protected Members
Include Inherited Members
Used with the HandleReInviteOfferReceived call in IOfferAnswer. This will expose the media offer from the remote participant and gives the ability to send the media answer.
The OfferInReInviteEventArgs type exposes the following members.
Properties
Name | Description | |
---|---|---|
DialogContext | Gets the dialog context. | |
Offer | Gets the media description offer from the remote participant. | |
ReinviteRequestData | Gets the RequestData containing the ReInviteRequest. | |
Session | Gets the signaling session associated with this event argument. |
Top
Methods
Name | Description | |
---|---|---|
Accept | Synchronously accepts the offer and triggers IOfferAnswer.GetAnswer calls to send the answer. | |
BeginAccept | Accepts the offer and triggers IOfferAnswer.GetAnswer calls to send the answer. | |
BeginDecline | Decline the offer with a specific reason. The operation will complete when the ACK message is received. | |
Decline | Synchronously declines the media offer with the specific response code. | |
EndAccept | Waits for the pending BeginAccept operation to complete. | |
EndDecline | Waits for the pending BeginDecline operation to complete. | |
Equals | (inherited from Object) | |
Finalize | (inherited from Object) | |
GetHashCode | (inherited from Object) | |
GetType | (inherited from Object) | |
MemberwiseClone | (inherited from Object) | |
SendProvisionalResponse | Sends a provisional response synchronously. | |
ToString | (inherited from Object) |
Top
Events
Name | Description | |
---|---|---|
Cancelled | Raised when the reinvite is cancelled by the sender. |
Top