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.
Gets the call instance that represents the second call leg of the BackToBackCall.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property Call2 As Call
Get
'Usage
Dim instance As BackToBackCall
Dim value As Call
value = instance.Call2
public Call Call2 { get; }
Property Value
Type: Microsoft.Rtc.Collaboration.Call