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.
Creates an istance of BackToBackCallSettings using given call instance and destinationUri.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Sub New ( _
call As Call, _
destinationUri As String _
)
'Usage
Dim call As Call
Dim destinationUri As String
Dim instance As New BackToBackCallSettings(call, destinationUri)
public BackToBackCallSettings(
Call call,
string destinationUri
)
Parameters
- call
Type: Microsoft.Rtc.Collaboration.Call
Instance of the call for the call leg, should be Idle state.
- destinationUri
Type: System.String
Uri to be used as destination Uri to establish the call.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | call is null. |
| ArgumentException | destinationUri is not null and call is not an Idle call. |
See Also
Reference
BackToBackCallSettings Members