Skip to content

Commit

Permalink
Fix SignalR call to start remote control session.
Browse files Browse the repository at this point in the history
  • Loading branch information
bitbound committed May 17, 2023
1 parent 0857b38 commit 543538c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Server/API/RemoteControlController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,8 @@ private async Task<IActionResult> InitiateRemoteControl(string deviceID, string
accessKey,
HttpContext.Connection.Id,
string.Empty,
orgName);
orgName,
orgID);

var waitResult = await session.WaitForSessionReady(TimeSpan.FromSeconds(30));
if (!waitResult)
Expand Down

0 comments on commit 543538c

Please sign in to comment.