BackToBackCallSettings Class
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.
Represents the settings for one call leg for a BackToBackCall instance.
public ref class BackToBackCallSettings
public class BackToBackCallSettings
type BackToBackCallSettings = class
Public Class BackToBackCallSettings
- Inheritance
-
BackToBackCallSettings
Constructors
BackToBackCallSettings(Call, String) |
Creates an istance of BackToBackCallSettings using given call instance and destinationUri. |
BackToBackCallSettings(Call) |
Creates an instance of BackToBackCallSettings using given call instance. |
Properties
Call |
Get the instance of the call associated with the call leg. |
CallAcceptOptions |
Gets or sets the value of options to be used to accept an incoming call. |
CallEstablishOptions |
Gets or sets the options to be used to establish an outgoing call. |
DestinationUri |
Gets the value of the destination URI to be used to establish the outgoing call. |