Added hermes websocket support. Added chat command support. Added selectable voice command via websocket. Added websocket heartbeat management.
This commit is contained in:
@@ -3,13 +3,13 @@ namespace TwitchChatTTS.OBS.Socket.Data
|
||||
[Serializable]
|
||||
public class HelloMessage
|
||||
{
|
||||
public string obsWebSocketVersion { get; set; }
|
||||
public int rpcVersion { get; set; }
|
||||
public AuthenticationMessage authentication { get; set; }
|
||||
public string ObsWebSocketVersion { get; set; }
|
||||
public int RpcVersion { get; set; }
|
||||
public AuthenticationMessage Authentication { get; set; }
|
||||
}
|
||||
|
||||
public class AuthenticationMessage {
|
||||
public string challenge { get; set; }
|
||||
public string salt { get; set; }
|
||||
public string Challenge { get; set; }
|
||||
public string Salt { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user