Skip to content

Commit

Permalink
Debug build for SPS issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
dbuechel committed Oct 14, 2024
1 parent 0d5e699 commit d642063
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,8 @@ internal override void ProctoringInstructionReceived(InstructionEventArgs args)
settings.GroupId = instruction.GroupId;
settings.ServiceUrl = instruction.ServiceUrl;

logger.Warn($"JOIN INSTRUCTION - Client ID: {instruction.ClientId}, Client Secret: {instruction.ClientSecret}, Group ID: {instruction.GroupId}, Service URL: {instruction.ServiceUrl}");

Connect(instruction.SessionId);
Start();
}
Expand Down

0 comments on commit d642063

Please sign in to comment.