Enum ChatroomAgentMode
Namespace: Adrenak.UniVoice
Assembly: cs.temp.dll.dll
Syntax
[Serializable]
public enum ChatroomAgentMode
Fields
Name | Description |
---|---|
Guest | The agent has joined a chatroom and is a guest there |
Host | The agent is hosting a chatroom. May or may not have guests |
Unconnected | The agent is neither connected to a chatroom nor hosting one. |