PartyRegion
Represents a Party library region.
Syntax
struct PartyRegion {
char regionName[c_maxRegionNameStringLength + 1];
uint32_t roundTripLatencyInMilliseconds;
}
Members
regionName
char[c_maxRegionNameStringLength + 1]
The name of the Azure region, such as "eastus2".
This name is not localized to the current user's language, and showing the string directly in UI is not recommended outside of troubleshooting.
roundTripLatencyInMilliseconds
uint32_t
The round trip latency between the local device and the region's datacenter.
Requirements
Header: Party.h