Zoom integration with angular&rails application

How do I integrate the Zoom SDK to my existing angular application with backend in rails.

Hi @lokesh.k,

Welcome to the Zoom community!

Although we do not have a ready to use implementation for angular, Angular does provide a method for embedding non-Angular code:

To use this approach would require the use of an iframe and NgZone, such that the iframe is isolated from Angular, since the Zoom Web Client currently uses React.

You can try testing our Web SDK with the above mentioned approach.

Thanks!