Dome
Dome
Check that you increment the sequence. See example on package first page. `sequence | For sending an update for an event (with the same uid), defines the revision sequence number.`...
As omgold suggests above. Udp via nginx works: ``` stream { upstream turn_backend { server xxx.xxx.xxx.xxx:3478; } server { listen 443 udp; proxy_pass turn_backend; ssl_preread on; } } ``` Thanks...
checked with [this tool](https://webrtc.github.io/samples/src/content/peerconnection/trickle-ice/). Results show response from relay.
Which is not documented in the documentation [here](https://docs.temporal.io/references/web-ui-environment-variables#temporal_auth_enabled)