Added hermes websocket support. Added chat command support. Added selectable voice command via websocket. Added websocket heartbeat management.
This commit is contained in:
@@ -20,7 +20,7 @@ namespace TwitchChatTTS.OBS.Socket.Handlers
|
||||
return;
|
||||
|
||||
sender.Connected = true;
|
||||
Logger.LogInformation("Connected to OBS via rpc version " + obj.negotiatedRpcVersion + ".");
|
||||
Logger.LogInformation("Connected to OBS via rpc version " + obj.NegotiatedRpcVersion + ".");
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user