docs(jaas): document overriding TURN relay to a specific region [JIT-16146] - #8
Open
aaronkvanmeerten wants to merge 1 commit into
Open
docs(jaas): document overriding TURN relay to a specific region [JIT-16146]#8aaronkvanmeerten wants to merge 1 commit into
aaronkvanmeerten wants to merge 1 commit into
Conversation
Add a JaaS FAQ entry describing how embedders can pin the TURN relay to a specific region using the experimental iceServers option of the iFrame API (JitsiMeetExternalAPI). Includes an EU-Central-1 example targeting prod-8x8-eu-central-1-turnrelay-oracle.jitsi.net and a table of the regional relay hostnames. JIT-16146
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a JaaS developer-docs FAQ entry documenting how embedders can pin the TURN relay to a specific region using the experimental
iceServersoption of theJitsiMeetExternalAPIiFrame API.This is distinct from region-pinning the media bridge (JVB) via the
*.8x8.vcregional domains (already documented) — this covers the separate TURN relay media path used when a participant cannot reach the bridge directly.Changes
docs/jaas/docs/faq.md.iceServers.replaceexample pinningturn/turnstoprod-8x8-eu-central-1-turnrelay-oracle.jitsi.net(EU-Central-1 example).Notes for reviewers
:443?transport=udp(turn) and:443?transport=tcp(turns); adjust if incorrect.Ticket
JIT-16146 — https://agile.8x8.com/browse/JIT-16146