-
-
Notifications
You must be signed in to change notification settings - Fork 609
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
Don't update calls with no livekit URL #3598
Conversation
…nstead and generally simplify a bit: change it to a single string rather than an array of structs.
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.
This appears to only set the URL on creation, but didn't we also discuss wanting to update it on join?
|
||
public get foci(): FocusInfo[] { | ||
return this._foci; | ||
public updateLivekitServiceURL(newURL: string): Promise<void> { |
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.
Is this used anywhere?
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.
Oh I see, it's public and can be used in Element Call
Expose method to update it instead and generally simplify a bit: change it to a single string rather than an array of structs.
Checklist
Here's what your changelog entry will look like:
🐛 Bug Fixes