Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the options to be used to establish an outgoing call.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Property CallEstablishOptions As CallEstablishOptions
Get
Set
'Usage
Dim instance As BackToBackCallSettings
Dim value As CallEstablishOptions
value = instance.CallEstablishOptions
instance.CallEstablishOptions = value
public CallEstablishOptions CallEstablishOptions { get; set; }
Property Value
Type: Microsoft.Rtc.Collaboration.CallEstablishOptions
Exceptions
| Exception | Condition |
|---|---|
| InvalidOperationException | Thrown when the associated call is an incoming call. |