Skip to content

Conversation

@1egoman
Copy link

@1egoman 1egoman commented Dec 10, 2025

This is a copy of livekit/python-sdks#533, adapted for node.

I'm letting @lukasIO take the lead on this, and will adjust this once the python version gets merged to match the same interface.

@changeset-bot
Copy link

changeset-bot bot commented Dec 10, 2025

🦋 Changeset detected

Latest commit: 793ae90

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 6 packages
Name Type
@livekit/rtc-node Patch
@livekit/rtc-node-darwin-arm64 Patch
@livekit/rtc-node-darwin-x64 Patch
@livekit/rtc-node-linux-arm64-gnu Patch
@livekit/rtc-node-linux-x64-gnu Patch
@livekit/rtc-node-win32-x64-msvc Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@1egoman 1egoman marked this pull request as ready for review December 21, 2025 23:29
abstract setEnabled(enabled: boolean): void;

abstract onStreamInfoUpdated(info: FrameProcessorStreamInfo): void;
abstract onCredentialsUpdated(credentials: FrameProcessorCredentials): void;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

issue: these two have a default implementation in python and aren't treated as abstract. We should make them non-required also for node.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, I see, I think I missed that. Fixed!

Some of these aren't even related to this pull request, so I'm quite
confused by they are showing up now, I didn't rebase this or something
like that...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants