-
Notifications
You must be signed in to change notification settings - Fork 76
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
Conversation
🦋 Changeset detectedLatest 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
|
@@ -58,6 +58,8 @@ message StartEgressRequest { | |||
string room_id = 3; | |||
string token = 8; | |||
string ws_url = 9; | |||
|
|||
bool cloud_backup_enabled = 10; // cloud only |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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
No description provided.