larksr_websdk 3.2.324 → 3.2.325

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.
@@ -298,7 +298,7 @@ larksr.on('aivoicedmresult', (e) => {
298
298
  客户端打开后云端应用可直接通过读取声卡上的麦克风接收到音频。
299
299
 
300
300
  > 该功能匹配的服务端版本最低为 V3.2.51
301
- > 使用该功能要注意在后台开启智能语音功能
301
+ > 使用该功能要注意在后台开启语音输入功能
302
302
  > 注意要在连接成功之后打开媒体设备。即 `mediaPlayed` 之后调用才有效
303
303
 
304
304
  ```typescript