Added hermes websocket support. Added chat command support. Added selectable voice command via websocket. Added websocket heartbeat management.
This commit is contained in:
@@ -10,8 +10,7 @@ namespace TwitchChatTTS.OBS.Socket.Manager
|
||||
{
|
||||
public OBSHandlerTypeManager(
|
||||
ILogger<OBSHandlerTypeManager> factory,
|
||||
[FromKeyedServices("obs")] HandlerManager<WebSocketClient,
|
||||
IWebSocketHandler> handlers
|
||||
[FromKeyedServices("obs")] HandlerManager<WebSocketClient, IWebSocketHandler> handlers
|
||||
) : base(factory, handlers)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user