Defines the state of the call.

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

Syntax

Visual Basic (Declaration)
Public 
Enumeration 
CallState
C#
public 
enum 
CallState
Visual C++
public 
enum class 
CallState
JavaScript

Microsoft.Rtc.Collaboration.CallState = 
function();

Microsoft.Rtc.Collaboration.CallState.createEnum('

Microsoft.Rtc.Collaboration.CallState', false);

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.

Remarks

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

See Also