Skip to content

Commit 4caacdd

Browse files
committed
docs: Update README to change domain area from CN to US for improved clarity on server region configuration
1 parent 74690dd commit 4caacdd

File tree

1 file changed

+1
-1
lines changed
  • agora-rest-client-core/src/main/java/io/agora/rest/services/convoai

1 file changed

+1
-1
lines changed

agora-rest-client-core/src/main/java/io/agora/rest/services/convoai/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ For more api details, please refer to the [API Documentation](https://docs.agora
4848
credential(credential).
4949
// Specify the region where the server is located. Options include CN, EU, AP, US.
5050
// The client will automatically switch to use the best domain based on the configured region.
51-
domainArea(DomainArea.CN).
51+
domainArea(DomainArea.US).
5252
// Specify the service region. Options include ChineseMainlandServiceRegion, GlobalServiceRegion.
5353
// ChineseMainlandServiceRegion and GlobalServiceRegion are two different services.
5454
serverRegion(ConvoAIServiceRegionEnum.GLOBAL).

0 commit comments

Comments
 (0)