Error:Uncaught TypeError: NativePromise.resolve is not a function

I am trying to integrate zoom sdk with our angular application. Installed @zoomus/wedsdk. After that imported ZoomMtg from ‘@zoomus/websdk’ to the component. and added ZoomMtg.init() function.
but i got the error shown bellow

Uncaught TypeError: NativePromise.resolve is not a function
at Object.setNativePromise (zone.js:634)
at desc.set (zone.js:1028)
at e.exports (zoomus-websdk.umd.min.js:2)
at s (zoomus-websdk.umd.min.js:2)
at Object.eval (zoomus-websdk.umd.min.js:2)
at n (zoomus-websdk.umd.min.js:2)
at Object.eval (zoomus-websdk.umd.min.js:2)
at n (zoomus-websdk.umd.min.js:2)
at Object.eval (zoomus-websdk.umd.min.js:2)
at n (zoomus-websdk.umd.min.js:2)

I am using Angular Version 5.1
web sdk version 1.7.10

How can i resolve this error? is this because of my angular version?

Hey @sobha.edison,

I have not seen this error before.

Feel free to checkout our working Angular Web SDK Sample App:

Thanks,
Tommy

1 Like

Thanks Tommy, its works for me in locally. But in development the audio and video options are not working, I have seen that it only works over https (Topic:Zoom Audio and video not working with zoom SDK 1.6.0) Then how it works locally? in local it was http then how it is possible?

Hey @sobha.edison,

Can you share a screenshot of your Web SDK in development? Are you seeing any errors?

Please try serving over https.

Thanks,
Tommy

I tried over https and it works fine :slightly_smiling_face: thank you… Is there any option to float this zoom video window in our application?

1 Like

Hey @sobha.edison,

You are welcome! :slight_smile:

What do you mean by float?

Thanks,
Tommy

Hi Tommy, floating means(picture in picture or miniplayer) , i need to go to other pages in application as the same time of zoom meeting,
as of now when i click on any links in my application, pages are came in background but the zoom window still there. To avoid this, is there any option like floating zoom window over my application.
you can check the screen shot below

Hey @sobha.edison,

Thanks for the clarification. Currently the Web SDK sizing or float cannot be changed.

-Tommy

okay thank you :slightly_smiling_face:

1 Like

Hey @tommy ,

Is there any option like Miniplayer or picture in picture as in youtube and skype using web sdk?

Thanks,
Ajin

You are welcome! :slight_smile:

-Tommy

Hey @ajin.vs,

Not at this time no. Feel free to add this as a feature request here: #feature-requests

Thanks,
Tommy

Hey @tommy

Thanks for your support

Thanks,
Ajin

1 Like

Happy to help! :slight_smile:

-Tommy

Hi @tommy actually this was much awaiting feature(floating zoom window) we are expecting from zoom. Can you say when this feature will release in zoom sdk? And also can you say is there any option to save the zoom recording in local computer or any third party cloud?

Hey @sobha.edison,

We do not have an ETA on the more customizable Web SDK. You can stay updated here:

https://marketplace.zoom.us/docs/changelog

As for your recording question, please see my post here:

If you want to programmatically upload a cloud recording to a 3rd Party Cloud you can use the Cloud Recording Completed Webhook.

Thanks,
Tommy

Thank you Tommy :slightly_smiling_face: Thanks for the support :+1:

1 Like

You are welcome! :slight_smile:

-Tommy

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.