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