fix: add clientId as qp for websocket for MC

This commit is contained in:
Andrew Welker
2025-12-29 08:57:52 -06:00
parent 53e7a30224
commit 78c9381108
3 changed files with 149 additions and 33 deletions

View File

@@ -64,6 +64,12 @@ namespace PepperDash.Essentials.WebSocketServer
[JsonProperty("userAppUrl")]
public string UserAppUrl { get; set; }
/// <summary>
/// Gets or sets the WebSocketUrl with clientId query parameter
/// </summary>
[JsonProperty("webSocketUrl")]
public string WebSocketUrl { get; set; }
/// <summary>
/// Gets or sets the EnableDebug