@azure/communication-signaling
Version:
Azure Communication Signaling Client
27 lines (21 loc) • 621 B
text/typescript
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
export const MAX_NUMBER_OF_TOKEN_FETCH_RETRIES = 3;
// Gov cloud types
export enum CloudType {
Public = "Public",
GccHigh = "GCC High",
Dod = "DoD",
}
export enum CloudPrefix {
OrgId = "orgid",
Acs = "acs",
Spool = "spool",
GccHigh = "gcch",
GccHighAcs = "gcch-acs",
Dod = "dod",
DodAcs = "dod-acs",
}
export const EudbCountries = ["europe", "france", "germany", "norway", "switzerland", "sweden"];
export const CONFIG_API_VERSION = "2024-09-01";
export const PACKAGE_VERSION = "1.0.0-beta.34";