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 value of options to be used to accept an incoming call.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Property CallAcceptOptions As CallAcceptOptions
Get
Set
'Usage
Dim instance As BackToBackCallSettings
Dim value As CallAcceptOptions
value = instance.CallAcceptOptions
instance.CallAcceptOptions = value
public CallAcceptOptions CallAcceptOptions { get; set; }
Property Value
Type: Microsoft.Rtc.Collaboration.CallAcceptOptions
Exceptions
| Exception | Condition |
|---|---|
| InvalidOperationException | Thrown when the associated call is an outgoing call. |