BackToBackCallSettings.CallEstablishOptions Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the options to be used to establish an outgoing call.
public:
property Microsoft::Rtc::Collaboration::CallEstablishOptions ^ CallEstablishOptions { Microsoft::Rtc::Collaboration::CallEstablishOptions ^ get(); void set(Microsoft::Rtc::Collaboration::CallEstablishOptions ^ value); };
public Microsoft.Rtc.Collaboration.CallEstablishOptions CallEstablishOptions { get; set; }
member this.CallEstablishOptions : Microsoft.Rtc.Collaboration.CallEstablishOptions with get, set
Public Property CallEstablishOptions As CallEstablishOptions
Property Value
Exceptions
Thrown when the associated call is an incoming call.