amazon-chime-sdk-js
amazon-chime-sdk-js copied to clipboard
Cannot query nearest media region for a specific IP
What happened and what did you expect to happen?
As stated in the docs, a simple GET to https://nearest-media-region.l.chime.aws will return the nearest media region where you should create your meeting, but there are cases where that request cannot be made client-sided.
...and there is no query param that can be provided (at least not that I know of) to do smth like
https://nearest-media-region.l.chime.aws/?ip=0.0.0.0
For situations where this request cannot be made client-sided, the backend would handle it, but it would need to pass the client's IP to the aws endpoint.
Is there any possible way to do that?
Have you reviewed our existing documentation?
Reproduction steps
none needed
Amazon Chime SDK for JavaScript version
latest
What browsers are you seeing the problem on?
All
Browser version
all
Meeting and Attendee ID Information.
No response
Browser console logs
none needed