/ fm / liveswitch / ClientState
Enumeration: ClientState
fm.liveswitch.ClientState
The state of a client.
Table of contents
Enumeration members
Enumeration members
New
• New: = 1
Indicates that the client is new and has not yet registered with the gateway.
Defined in: Generated/TypeScript/fm.liveswitch/ClientState.ts:14
Registered
• Registered: = 3
Indicates that the client is registered with the gateway.
Defined in: Generated/TypeScript/fm.liveswitch/ClientState.ts:26
Registering
• Registering: = 2
Indicates that the client is registering with the gateway.
Defined in: Generated/TypeScript/fm.liveswitch/ClientState.ts:20
Unregistered
• Unregistered: = 5
Indicates that the client is unregistered with the gateway.
Defined in: Generated/TypeScript/fm.liveswitch/ClientState.ts:38
Unregistering
• Unregistering: = 4
Indicates that the client is unregistering with the gateway.
Defined in: Generated/TypeScript/fm.liveswitch/ClientState.ts:32