We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Same as in versatica/mediasoup-client#273
NOTE: This was done in PR #1109 and later reverted here a9a34ca because it requires typescript >= 5 in the apps that import mediasoup-client.
This will be done again once we can assume that all users use typescript >= 5.
The text was updated successfully, but these errors were encountered:
Closing. We do want to export real JS classes. Why not? We want to be able to do this:
import { WebRtcTransport } from 'mediasoup/lib/types'; transport instanceof WebRtcTransport;
This is not possible if we export WebRtcTransport as a type.
WebRtcTransport
Sorry, something went wrong.
ibc
jmillan
No branches or pull requests
Same as in versatica/mediasoup-client#273
NOTE: This was done in PR #1109 and later reverted here a9a34ca because it requires typescript >= 5 in the apps that import mediasoup-client.
This will be done again once we can assume that all users use typescript >= 5.
The text was updated successfully, but these errors were encountered: