-
Notifications
You must be signed in to change notification settings - Fork 83
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
feat(RoomClient): implement forward participant api #618
base: main
Are you sure you want to change the base?
Conversation
it seems like you haven't added any nanpa changeset files to this PR. if this pull request includes changes to code, make sure to add a changeset, by writing a file to
refer to the manpage for more information. |
@theomonnom need some help here, the errors are because of the new changes here: https://github.com/livekit/protocol/blob/main/protobufs/livekit_sip.proto#L480-L512 But, it still shows me a missing fields error when I try not to set the deprecated fields. How is this handled usually? |
Another small change that this PR needs before it goes out: livekit/node-sdks#460 |
ea49dff
to
1fe385e
Compare
Tests are failing due an unrelated SIP proto update. Keeping this PR as a draft, will fix in a bit.