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

add manifest location to egress info #862

Merged
merged 6 commits into from
Oct 17, 2024
Merged

add manifest location to egress info #862

merged 6 commits into from
Oct 17, 2024

Conversation

frostbyte73
Copy link
Member

No description provided.

@frostbyte73 frostbyte73 requested a review from a team October 17, 2024 13:48
Copy link

changeset-bot bot commented Oct 17, 2024

🦋 Changeset detected

Latest commit: c5a5eaa

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

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

💥 An error occurred when fetching the changed packages and changesets in this PR
Some errors occurred when validating the changesets config:
The package or glob expression "github.com/livekit/protocol" specified in the `fixed` option does not match any package in the project. You may have misspelled the package name or provided an invalid glob expression. Note that glob expressions must be defined according to https://www.npmjs.com/package/micromatch.

@frostbyte73 frostbyte73 changed the title add manifest_url to egress info add manifest location to egress info Oct 17, 2024
@@ -58,6 +58,8 @@ message StartEgressRequest {
string room_id = 3;
string token = 8;
string ws_url = 9;

bool cloud_backup_enabled = 10; // cloud only
Copy link
Contributor

Choose a reason for hiding this comment

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

Are we ok with cloud only concepts leaking into the TWIRP apis?

Copy link
Member Author

Choose a reason for hiding this comment

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

We've done it in a few other places, like with egress clusterID, SIP KRISP_ENABLED, and even projectID in some internal SIP requests. We could put it in request metadata instead if you're strongly opposed, but I think this is a bit cleaner

@frostbyte73 frostbyte73 merged commit ef6fc8f into main Oct 17, 2024
1 check passed
@frostbyte73 frostbyte73 deleted the manifest_url branch October 17, 2024 19:06
@github-actions github-actions bot mentioned this pull request Oct 17, 2024
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.

2 participants