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

Fix RPC invocation and room sid update #391

Merged
merged 2 commits into from
Jan 24, 2025
Merged

Fix RPC invocation and room sid update #391

merged 2 commits into from
Jan 24, 2025

Conversation

lukasIO
Copy link
Contributor

@lukasIO lukasIO commented Jan 24, 2025

closes #392

As part of #368 a bunch of stuff in room.ts got removed that shouldn't have gotten removed.

I guess this was overlooked because the diff of room.ts was so large that it was hidden in GH's diff-viewer and it was inconveniently placed right after all the automated _pb.js protobuf diffs.

I manually went through the diff again and tried to catch all code that was deleted by mistake.
@nbsp would be great if you could take a look at the diff in #368 as well to make sure I didn't miss anything.

@lukasIO lukasIO requested a review from nbsp January 24, 2025 14:54
Copy link

changeset-bot bot commented Jan 24, 2025

🦋 Changeset detected

Latest commit: 3755a57

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

@lukasIO lukasIO requested review from davidzhao and bcherry January 24, 2025 14:56
Copy link
Member

@nbsp nbsp left a comment

Choose a reason for hiding this comment

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

looks good to me, don't notice anything missing

@lukasIO lukasIO merged commit 7801a49 into main Jan 24, 2025
14 checks passed
@lukasIO lukasIO deleted the lukas/fix-revert-bugs branch January 24, 2025 15:56
@github-actions github-actions bot mentioned this pull request Jan 24, 2025
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.

Unable to call RPC methods on server
2 participants