ConferenceInvitationDeclineOptions Class

Definition

A data structure containing options which can be applied when declining a ConferenceInvitation.

public ref class ConferenceInvitationDeclineOptions
public class ConferenceInvitationDeclineOptions
type ConferenceInvitationDeclineOptions = class
Public Class ConferenceInvitationDeclineOptions
Inheritance
ConferenceInvitationDeclineOptions

Constructors

ConferenceInvitationDeclineOptions()

Creates a new instance of the ConferenceInvitationDeclineOptions class with a 486 response code (BusyHere).

ConferenceInvitationDeclineOptions(Int32)

Creates a new instance of the ConferenceInvitationDeclineOptions class with a specific response code.

Properties

DiagnosticsInformation

Gets or sets the diagnostics information to be included when declining a conference invitation.

Headers

Gets the list of custom signaling headers to be included in the response.

ResponseCode

Gets or sets the response code that will be used to decline the incoming ConferenceInvitation

ResponseText

Gets or sets the response text that will be used to decline the incoming conference invitation.

Applies to