Skip to content
New issue

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

mediasoup-node: Fix appData for Transport and RtpObserver parent classes #1066

Merged
merged 1 commit into from
Apr 17, 2023

Conversation

ibc
Copy link
Member

@ibc ibc commented Apr 17, 2023

Before

This fails at TypeScript level:

let transport: mediasoupTypes.Transport<{ foo: number }>;
let transport: mediasoupTypes.RtpObserver<{ foo: number }>;

Now it doesn't fail.

### Before

This fails at TypeScript level:

```ts
let transport: mediasoupTypes.Transport<{ foo: number }>;
let transport: mediasoupTypes.RtpObserver<{ foo: number }>;
```

Now it doesn't.
@ibc ibc merged commit 361123e into v3 Apr 17, 2023
33 checks passed
@ibc ibc deleted the node-fix-appdata-for-parent-classes branch April 17, 2023 16:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant