Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Declines the incoming conference invitation with the given ConferenceInvitationDeclineOptions.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Sub Decline ( _
options As ConferenceInvitationDeclineOptions _
)
'Usage
Dim instance As ConferenceInvitation
Dim options As ConferenceInvitationDeclineOptions
instance.Decline(options)
public void Decline(
ConferenceInvitationDeclineOptions options
)
Parameters
- options
Type: Microsoft.Rtc.Collaboration.ConferenceInvitationDeclineOptions
The decline options.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | Thrown when the given options parameter contains invalid diagnostics information DiagnosticsInformation. |
| InvalidOperationException | Thrown when:
|
| RealTimeException | 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.