We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48e55f8 commit aaf6b81Copy full SHA for aaf6b81
articles/remote-rendering/tutorials/unity/view-remote-models/view-remote-models.md
@@ -593,7 +593,6 @@ public async void InitializeSessionService()
593
}
594
catch (ArgumentException argumentException)
595
{
596
- NotificationBar.Message("InitializeSessionService failed: SessionConfiguration is invalid.");
597
Debug.LogError(argumentException.Message);
598
CurrentCoordinatorState = RemoteRenderingState.NotAuthorized;
599
return;
0 commit comments