State Property
Gets the current call state.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property State As CallState
Get
'Usage
Dim instance As Call
Dim value As CallState
value = instance.State
public CallState State { get; }
Property Value
Type: Microsoft.Rtc.Collaboration..::..CallState