versatica / mediasoup

Cutting Edge WebRTC Video Conferencing
https://mediasoup.org
ISC License
6.27k stars 1.13k forks source link

Mediasoup TypeScript types are not exported #1451

Closed agoenks29D closed 2 months ago

agoenks29D commented 2 months ago

I use Visual Studio Code to develop mediasoup using the Nest.js framework

I created a new branch on my local branch when I installed mediasoup at versions 3.14.12 and 3.14.13. The TypeScript types I had created earlier do not respond when I search for the definitions of the types I have imported image

However, when using version 3.14.11, the TypeScript type definitions work normally image

This is the Visual Studio Code profile I am using https://vscode.dev/profile/github/e56672665350186c037749b2776ba04e

For details on the mediasoup code development I'm working on, you can see my repository here https://github.com/medansoftware/mediasoup-nest.git

ibc commented 2 months ago

Please detail the issue rather than pasting a screenshot. I don't know how your text editor behaves and what it is saying there. Please report the problem properly.