AudioVideoCallEstablishOptions Members
Include Protected Members
Include Inherited Members
Represents optional parameters for establishing an audio-video call.
The AudioVideoCallEstablishOptions type exposes the following members.
Constructors
Name | Description | |
---|---|---|
AudioVideoCallEstablishOptions | Constructs the object. |
Top
Properties
Name | Description | |
---|---|---|
AudioVideoMcuDialInOptions | Gets the optional parameters to be used when dialing in to audio-video mcu. | |
ConnectionContext | Gets or sets the connection context to be used when establishing the call. (inherited from CallEstablishOptions) | |
CustomMimeParts | Gets the application specific MIME parts to include in the INVITE message. (inherited from CallEstablishOptions) | |
Headers | Gets the list of custom signaling headers to be included in the request. (inherited from CallEstablishOptions) | |
IsThirdPartyCallControl | Gets or sets whether the call is used in a third-party call control scenario. (inherited from CallEstablishOptions) | |
MaximumEstablishTime | Gets or sets a maximum call establishment time. (inherited from CallEstablishOptions) | |
SupportsEarlyMedia | Gets or sets whether the call advertises the support for 100rel. (inherited from CallEstablishOptions) | |
SupportsReplaces | Gets or sets whether call supports the replaces header. (inherited from CallEstablishOptions) | |
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. (inherited from CallEstablishOptions) | |
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