We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e60938 commit 784ba81Copy full SHA for 784ba81
services/convoai/README.md
@@ -48,7 +48,7 @@ For more api details, please refer to the [API Documentation](https://docs.agora
48
Credential: auth.NewBasicAuthCredential(username, password),
49
// Specify the region where the server is located. Options include CN, EU, AP, US.
50
// The client will automatically switch to use the best domain based on the configured region.
51
- DomainArea: domain.CN,
+ DomainArea: domain.US,
52
// Specify the log output level. Options include DebugLevel, InfoLevel, WarningLevel, ErrLevel.
53
// To disable log output, set logger to DiscardLogger.
54
Logger: agoraLogger.NewDefaultLogger(agoraLogger.DebugLevel),
0 commit comments