tencentcloud-sdk-nodejs-ccc 4.1.71 → 4.1.78
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/package.json
CHANGED
|
@@ -335,7 +335,7 @@ export interface ServerPushText {
|
|
|
335
335
|
*/
|
|
336
336
|
DropMode?: number;
|
|
337
337
|
/**
|
|
338
|
-
* ServerPushText消息的优先级,0表示可被打断,1
|
|
338
|
+
* ServerPushText消息的优先级,0表示可被打断,1表示不会被打断。
|
|
339
339
|
注意:在接收到Priority=1的消息后,后续其他任何消息都会被忽略(包括Priority=1的消息),直到Priority=1的消息处理结束。该字段可与Interrupt、DropMode字段配合使用。
|
|
340
340
|
例子:
|
|
341
341
|
- Priority=1、Interrupt=true,会打断现有交互,立刻播报,播报过程中不会被打断
|