CloudRealtimeASR: Add AddASRStream and DeleteASRStream APIs (v2.3)#1173
Merged
Match-Yang merged 10 commits intoZEGOCLOUD:mainfrom Apr 9, 2026
Merged
CloudRealtimeASR: Add AddASRStream and DeleteASRStream APIs (v2.3)#1173Match-Yang merged 10 commits intoZEGOCLOUD:mainfrom
Match-Yang merged 10 commits intoZEGOCLOUD:mainfrom
Conversation
added 4 commits
March 26, 2026 11:17
…ections and use Note component
|
|
||
| **新增功能** | ||
|
|
||
| 1. **支持超出 ASR 流并发兜底并计费。**开启该能力后,当实际并发超过购买的并发数量时,系统会自动启用备份 ASR 服务进行兜底,确保业务不中断。超额部分按日计费(10 元/并发/日),帮助客户降低决策成本。开启后最大并发可达已开通月并发量的 2 倍(例如已开通月并发 50 并发,最多可突破至 100 并发)。 |
Contributor
There was a problem hiding this comment.
- **支持超出 ASR 流并发兜底并计费。**开启该能力后,当实际并发超过购买的并发数量时,系统会自动启用备份 ASR 服务进行兜底,确保业务不中断。超额部分按日计费,帮助开发者降低决策成本。开启后最大并发可达已开通月并发量的 2 倍(例如已开通月并发 50 并发,最多可突破至 100 并发)。
|
|
||
| <Note title="注意">请联系 ZEGO 商务开通。</Note> | ||
|
|
||
| 2. **支持动态增删 ASR 识别流。**语音识别任务运行过程中,可以通过 API 动态增加或删除需要识别的流,无需重建任务。适用于会议中途有人加入/离开、直播多路信号动态切换等场景。 |
Contributor
There was a problem hiding this comment.
https://zegocloud.feishu.cn/wiki/Tl45w4TFtiSy7XknJivcXR4yn6e 别乱改我东西!!
增加“增加流 API:指定 taskid 添加新流及 ASR 相关参数;删除流 API:指定 taskid 删除正在识别的流。”
…, remove fabricated content
Match-Yang
approved these changes
Apr 9, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
变更内容
新增两个云端实时语音识别服务端 API:
涉及文件
版本
CloudRealtimeASR v2.3