BackToBackCallSettings Constructor (Call)
Creates an instance of BackToBackCallSettings using given call instance.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Sub New ( _
call As Call _
)
'Usage
Dim call As Call
Dim instance As New BackToBackCallSettings(call)
public BackToBackCallSettings(
Call call
)
Parameters
- call
Type: Microsoft.Rtc.Collaboration.Call
Instance of the call for the call leg, should be either Incoming or in Idle state.
See Also
Reference
BackToBackCallSettings Members