Original publication date: July 28, 2022
New optional field in JWT payload to allow setting the data center region preference for the session. Specify the data center location used by the participant, separated by commas.
Valid geo_regions
:
US,AU,CA,IN,CN,BR,MX,HK,SG,JP,DE,NL
Payload=
{
...
"geo_regions": "SG,HK,AU"
...
}