OfferInReInviteEventArgs Members

Returns data from the [HandleReInviteOfferReceived] event.

The OfferInReInviteEventArgs type exposes the following members.

Properties

  Name Description
Public property DialogContext
Public property Offer Gets or sets the media description offer from the remote participant.
Public property ReinviteRequestData
Public property Session Gets or sets the signaling session associated with this event argument.

Top

Methods

  Name Description
Public method Accept Accepts the offer and triggers [IOfferAnswer.GetAnswer] 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.
Public method Decline 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 canceled by the sender.

Top

See Also

Reference

OfferInReInviteEventArgs Class

Microsoft.Rtc.Signaling Namespace