OfferInReInviteEventArgs Members
Returns data from the [HandleReInviteOfferReceived] event.
The OfferInReInviteEventArgs type exposes the following members.
Properties
Name | Description | |
---|---|---|
DialogContext | ||
Offer | Gets or sets the media description offer from the remote participant. | |
ReinviteRequestData | ||
Session | Gets or sets the signaling session associated with this event argument. |
Top
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 | (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 canceled by the sender. |
Top