BackToBackCallSettings Members
Include Protected Members
Include Inherited Members
Represents the settings for one call leg for a BackToBackCall instance.
The BackToBackCallSettings type exposes the following members.
Constructors
Name | Description | |
---|---|---|
BackToBackCallSettings(Call) | Creates an instance of BackToBackCallSettings using given call instance. | |
BackToBackCallSettings(Call, String) | Creates an istance of BackToBackCallSettings using given call instance and destinationUri. |
Top
Properties
Name | Description | |
---|---|---|
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. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (inherited from Object) | |
Finalize | (inherited from Object) | |
GetHashCode | (inherited from Object) | |
GetType | (inherited from Object) | |
MemberwiseClone | (inherited from Object) | |
ToString | (inherited from Object) |
Top