Added hermes websocket support. Added chat command support. Added selectable voice command via websocket. Added websocket heartbeat management.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
public enum MessageResult {
|
||||
Skip = 1,
|
||||
SkipAll = 2,
|
||||
Blocked = 3,
|
||||
None = 0
|
||||
None = 0,
|
||||
NotReady = 1,
|
||||
Blocked = 2,
|
||||
Command = 3
|
||||
}
|
||||
Reference in New Issue
Block a user