Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

235
Views
Unable to import WebRTCAdaptor which is in js file from antmedia package in node modules folder in angular ts file

It is showing an error that :

Could not find a declaration file for the module 
'@antmedia/webrtc_adaptor/js/webrtc_adaptor.js'. 
'D:/web/node_modules/@antmedia/webrtc_adaptor/js/webrtc_adaptor.js' 
implicitly has an 'any' type.
  Try `npm i --save-dev @types/antmedia__webrtc_adaptor` 
if it exists or add a new declaration (.d.ts) file containing 
`declare module '@antmedia/webrtc_adaptor/js/webrtc_adaptor.js';`

Reference Image here: https://i.stack.imgur.com/JKQdR.png

Error

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

Hope you are doing well. Your error is self explanatory.

In order to resolve your issue what you have to do is to create a folder named "antmedia__webrtc_adaptor" at the below path and create a file named "index.d.ts"

Inside the index.d.ts file you have to put the below code and save it.

inside index.d.ts paste the code declare module '@antmedia/webrtc_adaptor'

node_modules/@types/antmedia__webrtc_adaptor/index.d.ts

I am not mentioning the reason why i did so to resolve the issue, I have left this on you to do some research work.

Have a nice weekend.

Cheers

about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!