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
Public property DialogContext Gets the dialog context.
Public property Offer Gets the media description offer from the remote participant.
Public property ReinviteRequestData Gets the RequestData containing the ReInviteRequest.
Public property Session Gets the signaling session associated with this event argument.

Top

Methods

  Name Description
Public method Accept Synchronously accepts the offer and triggers IOfferAnswer.GetAnswer calls to send the answer.
Public method BeginAccept Accepts the offer and triggers IOfferAnswer.GetAnswer calls to send the answer.
Public method BeginDecline Decline the offer with a specific reason. The operation will complete when the ACK message is received.
Public method Decline Synchronously declines the media offer with the specific response code.
Public method EndAccept Waits for the pending BeginAccept operation to complete.
Public method EndDecline Waits for the pending BeginDecline operation to complete.
Public method Equals (inherited from Object)
Protected method Finalize (inherited from Object)
Public method GetHashCode (inherited from Object)
Public method GetType (inherited from Object)
Protected method MemberwiseClone (inherited from Object)
Public method SendProvisionalResponse Sends a provisional response synchronously.
Public method ToString (inherited from Object)

Top

Events

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

Top

See Also

Reference

OfferInReInviteEventArgs Class

Microsoft.Rtc.Signaling Namespace