BackToBackCall(BackToBackCallSettings, BackToBackCallSettings) Constructor
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.
Creates an instance of the BackToBackCall class for the specified call legs.
public:
BackToBackCall(Microsoft::Rtc::Collaboration::BackToBackCallSettings ^ call1Settings, Microsoft::Rtc::Collaboration::BackToBackCallSettings ^ call2Settings);
public BackToBackCall (Microsoft.Rtc.Collaboration.BackToBackCallSettings call1Settings, Microsoft.Rtc.Collaboration.BackToBackCallSettings call2Settings);
new Microsoft.Rtc.Collaboration.BackToBackCall : Microsoft.Rtc.Collaboration.BackToBackCallSettings * Microsoft.Rtc.Collaboration.BackToBackCallSettings -> Microsoft.Rtc.Collaboration.BackToBackCall
Public Sub New (call1Settings As BackToBackCallSettings, call2Settings As BackToBackCallSettings)
Parameters
- call1Settings
- BackToBackCallSettings
Settings for first call leg.
- call2Settings
- BackToBackCallSettings
Settings for second call leg.
Exceptions
Thrown when call1Settings
or call2Settings
is null.
Thrown when a combination of call1Settings
and call2Settings
is not acceptable for BackToBackCall.
Remarks
BackToBackCall can be used to create a back-to-back channel between an incoming call and a new outgoing call.
Before creating a BackToBackCall instance, create and initialize two CallSettings instances - one for the incoming call and the other for the outgoing idle call.