RoomJoinState enumeration

Enumerates the group chat room joining operation states.

Namespace:  Microsoft.Lync.Model.Room
Assembly:  Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)

Syntax

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

Members

Member name Description
NotJoined The room join state, not joined
Pending The room join state, pending
Success The room join state, success
Failed The room join state, failed
FailedUnauthorized The room join state, failed when unauthorized
Invalid

See also

Reference

Microsoft.Lync.Model.Room namespace