ConferenceInvitation.Decline Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Decline(ConferenceInvitationDeclineOptions) |
Declines the incoming conference invitation with the given ConferenceInvitationDeclineOptions. |
Decline() |
Declines the incoming conference invitation with response code 603 (DeclineEverywhere). |
Decline(ConferenceInvitationDeclineOptions)
Declines the incoming conference invitation with the given ConferenceInvitationDeclineOptions.
public:
void Decline(Microsoft::Rtc::Collaboration::ConferenceInvitationDeclineOptions ^ options);
public void Decline (Microsoft.Rtc.Collaboration.ConferenceInvitationDeclineOptions options);
member this.Decline : Microsoft.Rtc.Collaboration.ConferenceInvitationDeclineOptions -> unit
Public Sub Decline (options As ConferenceInvitationDeclineOptions)
Parameters
The decline options.
Exceptions
Thrown when the given options
parameter contains invalid diagnostics information DiagnosticsInformation.
Thrown when: The signaling session is in an invalid state.This method is called after the invitation has expired or one of the response methods has already been called.
Thrown when the decline operation failed to complete successfully.
Remarks
To provide conferencing interoperability with legacy clients such as Office Communicator 1.0 and Communicator Web Access 1.0, any conference invitation that is declined with 415 - "Unsupported Media Type" or 488 - "Not Acceptable Here" might result in a dial out from the MCU to this participant.
Applies to
Decline()
Declines the incoming conference invitation with response code 603 (DeclineEverywhere).
public:
void Decline();
public void Decline ();
member this.Decline : unit -> unit
Public Sub Decline ()
Exceptions
Thrown when: The signaling session is in an invalid stateThis method is called after the invitation has expired or one of the response methods has already been called.
Thrown when a transport error occurs while sending the response.