Sipsip

Results 2 issues of Sipsip

I created a "Lambda Java Project" (including Handler Class A) via the toolkit and later I created another Lambda Function (Handler B) within that project. Now when I run+upload Handler...

lambda

As suggested, i used the code for node apps: ``` function RecognizerSetup(SDK, recognitionMode, language, format, subscriptionKey) { let recognizerConfig = new SDK.RecognizerConfig( new SDK.SpeechConfig( new SDK.Context( new SDK.OS(navigator.userAgent, "Browser", null),...