Added proper slave mode - additional clients after the first connection. Fixed a few issues. Updated to version 4.8.2.

This commit is contained in:
Tom
2025-03-06 16:05:15 +00:00
parent cbdca1c008
commit 622b359b12
17 changed files with 146 additions and 33 deletions

View File

@ -4,7 +4,7 @@ namespace TwitchChatTTS.OBS.Socket.Data
{
public required string ObsWebSocketVersion { get; set; }
public int RpcVersion { get; set; }
public required AuthenticationMessage Authentication { get; set; }
public AuthenticationMessage? Authentication { get; set; }
}
public class AuthenticationMessage {