Angular SDK Compile Error

@gabriele.guidi & @eskills.firebase.

Thank you for posting in the Developer Forum. I’ve encountered this error in the past and was able to get the Angular SDK to compile by adding a specific type to the promise (i.e. Promise or
Promise ). The Promise function can be found in the node_modules folder as well: node_modules/@zoomus/websdk/index.d.ts:67:32

You may also find this thread helpful as well:
If it contains no data and is being used purely for the resolve/reject functionality, use:

Please let me know if this helps.

Best,
Donte