Issue to get access token through code

Description
I am getting access token on postman but when i try to get from my code in C#. It gives me error
Error
Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host
Which App Type (OAuth / Chatbot / JWT / Webhook)?
OAuth

Please guide me about this issue.

Hey @sirizappsdeveloper,

Please share your request url so we can debug.

This could also be an issue with your C# server configuration.

Thanks,
Tommy

Thanks @tommy I have just resolve the issue, it was problem with me Stream configuration. but when I am trying to join meeting from my web application it shows me ‘ZoomMtg’ is not defined. even I am using web SDK example code in my .js file. can you just please explain me how I can install sdk files to my C# application or can I use just the link to run? I am talking about following links

src=“js/plugin/jquery.js”>
href=“css/plugin/online/react-select.css” />
src=“https://source.zoom.us/1.7.6/lib/vendor/react.min.js”>
src=“https://source.zoom.us/1.7.6/lib/vendor/react-dom.min.js”>
src=“https://source.zoom.us/1.7.6/lib/vendor/redux.min.js”>
src=“https://source.zoom.us/1.7.6/lib/vendor/redux-thunk.min.js”>
src=“https://source.zoom.us/1.7.6/lib/vendor/lodash.min.js”>
src=“js/plugin/online/webim.min.js”>
src=“https://source.zoom.us/zoom-meeting-1.7.6.min.js”>
src=“js/plugin/online/zoomus-websdk.umd.min.js”>
src=“js/plugin/online/tool.js”>
src=“js/plugin/online/index.js”>

only these are required?

Hey @sirizappsdeveloper,

Glad you are able to get access token.

Please post your Web SDK question in the #web-sdk category and we will be happy to assist.

Thanks,
Tommy

please recheck your endpoint url you are using in C#