The OfferInReInviteEventArgstype exposes the following members.

Methods

  Name Description
Accept
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.
BeginAccept
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.
BeginDecline
Decline the offer with a specific reason. The operation will complete when the ACK message is received.
Decline
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.)

Properties

  Name Description
DialogContext
The dialog context
Offer
Gets the media description offer from the remote participant.
ReinviteRequestData
RequestData containing the ReInviteRequest.
Session
Gets the signaling session associated with this event argument.

Events

  Name Description
Cancelled
Raised when the reinvite is cancelled by the sender.

See Also