CallEstablishOptions Members
Include Protected Members
Include Inherited Members
Optional parameter for establishing the call.
The CallEstablishOptions type exposes the following members.
Constructors
Name | Description | |
---|---|---|
CallEstablishOptions | Creates a new instance of the CallEstablishOptions class. |
Top
Properties
Name | Description | |
---|---|---|
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. | |
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. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (inherited from Object) | |
Finalize | (inherited from Object) | |
GetHashCode | (inherited from Object) | |
GetType | (inherited from Object) | |
MemberwiseClone | (inherited from Object) | |
ToString | (inherited from Object) |
Top