Represents the composing state for participant in a InstantMessagingCall.

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

Syntax

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

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

Microsoft.Rtc.Collaboration.ComposingState.createEnum('

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

Members

Member name Description
Idle
The participant is idle.
Composing
The participant is composing.

See Also