Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface holding the configuration of an RtmClient instance.

You can pass it as the second argument when calling the {@link createInstance} method, or use it when calling the updateConfig method.

Hierarchy

  • RtmConfig

Index

Properties

Optional enableCloudProxy

enableCloudProxy?: boolean

Whether to enable cloud proxy.

Optional enableLogUpload

enableLogUpload?: boolean

Whether to enable log upload. It is set to false by default.

  • true: Enable log upload,
  • false: (Default) Disable log upload.

Optional logFilter

logFilter?: LogFilterType

Output log level of the SDK.

You can use one or a combination of the filters. The log level follows the sequence of OFF, ERROR, WARNING, and INFO. Choose a level to see the logs preceding that level. If, for example, you set the log level to WARNING, you see the logs within levels ERROR and WARNING.

  • {@link AgoraRTM.LOG_FILTER_OFF}
  • {@link AgoraRTM.LOG_FILTER_ERROR}
  • {@link AgoraRTM.LOG_FILTER_INFO} (Default)
  • {@link AgoraRTM.LOG_FILTER_WARNING}

Generated using TypeDoc