CallEstablishOptions Class

Definition

Optional parameter for establishing the call.

public ref class CallEstablishOptions
public class CallEstablishOptions
type CallEstablishOptions = class
Public Class CallEstablishOptions
Inheritance
CallEstablishOptions
Derived

Constructors

CallEstablishOptions()

Creates a new instance of the CallEstablishOptions class.

Properties

ConnectionContext

Gets or sets the connection context to be used when establishing the call.

CustomMimeParts

Gets the application specific MIME parts to include in the INVITE message.

DestinationAddressInternal
Headers

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

IsThirdPartyCallControl

Gets or sets whether the call is used in a third-party call control scenario.

MaximumEstablishTime

Gets or sets a maximum call establishment time.

SupportsEarlyMedia

Gets or sets whether the call advertises the support for 100rel.

SupportsReplaces

Gets or sets whether call supports the replaces header.

Transferor

Gets or sets the transferor address. The application MUST verify (see remarks for more details) the identify of the transferor before setting this property.

UseGeneratedIdentityForTrustedConference

Gets or sets whether the call should use a generated identity during call establishment to a trusted conference.

Extension Methods

AddFeatureParameter(CallEstablishOptions, String, String)
SetAssertedIdentity(CallEstablishOptions, String, String, String)
SetExchangeItemId(CallEstablishOptions, String)
SetHistoryInfoContext(CallEstablishOptions, HistoryInfoContext)

Applies to