Added hermes websocket support. Added chat command support. Added selectable voice command via websocket. Added websocket heartbeat management.
This commit is contained in:
@@ -3,6 +3,6 @@ namespace TwitchChatTTS.OBS.Socket.Data
|
||||
[Serializable]
|
||||
public class IdentifiedMessage
|
||||
{
|
||||
public int negotiatedRpcVersion { get; set; }
|
||||
public int NegotiatedRpcVersion { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user