BackToBackCallSettings Constructors
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.
Overloads
| 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. |
BackToBackCallSettings(Call)
Creates an instance of BackToBackCallSettings using given call instance.
public:
BackToBackCallSettings(Microsoft::Rtc::Collaboration::Call ^ call);
public BackToBackCallSettings (Microsoft.Rtc.Collaboration.Call call);
new Microsoft.Rtc.Collaboration.BackToBackCallSettings : Microsoft.Rtc.Collaboration.Call -> Microsoft.Rtc.Collaboration.BackToBackCallSettings
Parameters
- call
- Call
Instance of the call for the call leg, should be either Incoming or in Idle state.
Applies to
BackToBackCallSettings(Call, String)
Creates an istance of BackToBackCallSettings using given call instance and destinationUri.
public:
BackToBackCallSettings(Microsoft::Rtc::Collaboration::Call ^ call, System::String ^ destinationUri);
public BackToBackCallSettings (Microsoft.Rtc.Collaboration.Call call, string destinationUri);
new Microsoft.Rtc.Collaboration.BackToBackCallSettings : Microsoft.Rtc.Collaboration.Call * string -> Microsoft.Rtc.Collaboration.BackToBackCallSettings
Parameters
- call
- Call
Instance of the call for the call leg, should be Idle state.
- destinationUri
- String
Uri to be used as destination Uri to establish the call.
Exceptions
call is null.
destinationUri is not null and call is not an Idle call.