Skip to content

Fix error popup saying voice is incompatible with region voice - #6046

Open
roxanneskelly wants to merge 1 commit into
release/26.3from
roxie/fix-region-incompat-voice
Open

Fix error popup saying voice is incompatible with region voice#6046
roxanneskelly wants to merge 1 commit into
release/26.3from
roxie/fix-region-incompat-voice

Conversation

@roxanneskelly

Copy link
Copy Markdown
Contributor

There is a race condition where voice can start up before the voice server type is retrieved from the region. Since the voice server type defaults to null, and that wasn't allowed, a popup message happened.

The default voice type is webrtc, so we connect to that in cases where the voice server type is empty.

Since this is a rare issue, we can't really repro it, so test guidance is simply to
log in or TP a bunch of times.

There is a race condition where voice can start up before the voice server
type is retrieved from the region.  Since the voice server type defaults to null,
and that wasn't allowed, a popup message happened.

The default voice type is webrtc, so we connect to that in cases where the voice
server type is empty.
@github-actions github-actions Bot added the c/cpp label Jul 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants