@rongcloud/engine 5.24.0-c-rtc-alpha.1 → 5.24.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.d.ts CHANGED
@@ -10712,13 +10712,6 @@ declare class AppSettings {
10712
10712
  * @since 5.22.0
10713
10713
  */
10714
10714
  get isSpeechToTextEnabled(): boolean;
10715
- /**
10716
- * 是否已开启用户级配置
10717
- * @since 5.24.0
10718
- * @description 开启后,SDK 连接成功后会主动拉取用户级配置信息,并在拉取完成后派发 `Events.USER_SETTINGS_SYNCED` 事件通知。
10719
- * 用户级配置信息包括:会话标签列表、推送使用的语言设置等。
10720
- */
10721
- get isUserSettingsEnabled(): boolean;
10722
10715
  /**
10723
10716
  * 是否在会话列表中展示超级群
10724
10717
  * @since 5.24.0