developerKumar
developerKumar
> ```js > chrome.tabCapture.capture(constraints, function(tabStream) { > navigator.mediaDevices.getUserMedia({ > audio: true > }).then(mic) { > tabStream.addTrack(mic.getTracks()[0]); > gotTabCaptureStream(tabStream, constraints); > }); > }); > ``` > > * https://github.com/muaz-khan/Chrome-Extensions/blob/master/screen-recording/background/background.tabCapture.js >...
Bug: Invoking a lambda function is giving me an error 'cannot find module' even though module exists
I got it working by following the steps: 1. `sam build` 2. `sam local start-api` This issue occurring when using hello world example with typescript.
I am also facing the same issue. When I pass resolveUrl function as a prop, then it converts the function to a string, as seen in the above image. I...
> @developerKumar I see. May I ask you to drop a PR for that? Sure @gioboa , Still debugging it.