Returns data from the HandleReInviteOfferReceived event.

The following tables list the members exposed by the OfferInReInviteEventArgs type.

Public Properties

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

Public Methods (see also Protected Methods )

  Name Description
Accept Accepts the offer and triggers IOfferAnswer.GetAnswer 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.
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  Overloaded. (inherited from Object )
GetHashCode  (inherited from Object )
GetType  (inherited from Object )
ReferenceEquals  (inherited from Object )
SendProvisionalResponse Sends a provisional response synchronously.
ToString  (inherited from Object )
Top

Protected Methods

  Name Description
Finalize  (inherited from Object )
MemberwiseClone  (inherited from Object )
Top

Public Events

  Name Description
Cancelled Raised when the reinvite is canceled by the sender.
Top

See Also