Added hermes websocket support. Added chat command support. Added selectable voice command via websocket. Added websocket heartbeat management.
This commit is contained in:
@ -2,8 +2,6 @@ namespace TwitchChatTTS.Seven.Socket.Context
|
||||
{
|
||||
public class ReconnectContext
|
||||
{
|
||||
public string? Protocol;
|
||||
public string Url;
|
||||
public string? SessionId;
|
||||
}
|
||||
}
|
@ -1,12 +0,0 @@
|
||||
namespace TwitchChatTTS.Seven.Socket.Context
|
||||
{
|
||||
public class SevenHelloContext
|
||||
{
|
||||
public IEnumerable<SevenSubscriptionConfiguration>? Subscriptions;
|
||||
}
|
||||
|
||||
public class SevenSubscriptionConfiguration {
|
||||
public string? Type;
|
||||
public IDictionary<string, string>? Condition;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user