Added support to test against Twitch's mocked websocket & webserver. Fixed some connection problems.

This commit is contained in:
Tom
2024-08-07 19:32:44 +00:00
parent 3d077181fa
commit 87f3623ed6
5 changed files with 40 additions and 15 deletions

View File

@@ -16,6 +16,8 @@ namespace TwitchChatTTS
public class TwitchConfiguration {
public IEnumerable<string>? Channels;
public bool TtsWhenOffline;
public string? WebsocketUrl;
public string? ApiUrl;
}
public class OBSConfiguration {