CallState Enumeration

Defines the state of the call.

Namespace:  Microsoft.Rtc.Collaboration
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
Public Enumeration CallState
'Usage
Dim instance As CallState
public enum CallState

Members

Member name Description
Idle The call is idle.
Incoming The call has just been received.
Establishing The call establishment is in progress after initiating or accepting the call.
Established The call is established.
Transferring The call has initiated a transfer.
Terminating The call is terminating.
Terminated The call has terminated.
Parking Call parking operation is in progress.

Remarks

The CallState value is exposed by the State property on the Call class.

See Also

Reference

Microsoft.Rtc.Collaboration Namespace

Call