Added support to test against Twitch's mocked websocket & webserver. Fixed some connection problems.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user