AudioVideoCallEstablishOptions Class

Definition

Represents optional parameters for establishing an audio-video call.

public ref class AudioVideoCallEstablishOptions : Microsoft::Rtc::Collaboration::CallEstablishOptions
public class AudioVideoCallEstablishOptions : Microsoft.Rtc.Collaboration.CallEstablishOptions
type AudioVideoCallEstablishOptions = class
    inherit CallEstablishOptions
Public Class AudioVideoCallEstablishOptions
Inherits CallEstablishOptions
Inheritance
AudioVideoCallEstablishOptions
Derived

Constructors

AudioVideoCallEstablishOptions()

Constructs the object.

Properties

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)
DestinationAddressInternal (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.

Extension Methods

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

Applies to