Skip to content

Commit 784ba81

Browse files
committed
fix: Update DomainArea in README to reflect the correct server region as US
1 parent 7e60938 commit 784ba81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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: auth.NewBasicAuthCredential(username, password),
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: domain.CN,
51+
DomainArea: domain.US,
5252
// Specify the log output level. Options include DebugLevel, InfoLevel, WarningLevel, ErrLevel.
5353
// To disable log output, set logger to DiscardLogger.
5454
Logger: agoraLogger.NewDefaultLogger(agoraLogger.DebugLevel),

0 commit comments

Comments
 (0)