PersistentChatEndpointState Enum

Definition

Enumerates the state of a group chat endpoint

public enum class PersistentChatEndpointState
public enum PersistentChatEndpointState
type PersistentChatEndpointState = 
Public Enum PersistentChatEndpointState
Inheritance
PersistentChatEndpointState

Fields

Established 0

The endpoint is connected and ready to use

Establishing 1

The endpoint is in the process of connecting

Idle 2

The endpoint is idle

Terminated 4

The endpoint is terminated

Terminating 3

The endpoint is in the process of terminating

Applies to