ConferenceInvitation.Decline Method (ConferenceInvitationDeclineOptions)

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

Exceptions

Exception Condition
ArgumentException

Thrown when the given options parameter contains invalid diagnostics information DiagnosticsInformation.

InvalidOperationException

Thrown when:

  1. The signaling session is in an invalid state.

  2. This method is called after the invitation has expired or one of the response methods has already been called.

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.

See Also

Reference

ConferenceInvitation Class

ConferenceInvitation Members

Decline Overload

Microsoft.Rtc.Collaboration Namespace