@fork-anyone/node-nim
Version:
NetEase IM nodejs wrapper based on NetEase IM C++ SDK
22 lines • 1.58 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.NIMRedoAIMessageOptType = exports.NIMStopStreamingMessageOptType = void 0;
/** @brief 停止流式消息操作类型,@since v10.8.30 */
var NIMStopStreamingMessageOptType;
(function (NIMStopStreamingMessageOptType) {
/** 停止输出保持现状 */
NIMStopStreamingMessageOptType[NIMStopStreamingMessageOptType["kNIMStopStreamingMessageOptTypeDefault"] = 0] = "kNIMStopStreamingMessageOptTypeDefault";
/** 停止输出并撤回 */
NIMStopStreamingMessageOptType[NIMStopStreamingMessageOptType["kNIMStopStreamingMessageOptTypeRecall"] = 1] = "kNIMStopStreamingMessageOptTypeRecall";
/** 停止输出并更新 */
NIMStopStreamingMessageOptType[NIMStopStreamingMessageOptType["kNIMStopStreamingMessageOptTypeUpdate"] = 2] = "kNIMStopStreamingMessageOptTypeUpdate";
})(NIMStopStreamingMessageOptType = exports.NIMStopStreamingMessageOptType || (exports.NIMStopStreamingMessageOptType = {}));
/** @brief 重新生成数字人消息操作类型,@since v10.8.30 */
var NIMRedoAIMessageOptType;
(function (NIMRedoAIMessageOptType) {
/** 更新消息 */
NIMRedoAIMessageOptType[NIMRedoAIMessageOptType["kNIMRedoAIMessageOptTypeUpdate"] = 1] = "kNIMRedoAIMessageOptTypeUpdate";
/** 生成一条新消息 */
NIMRedoAIMessageOptType[NIMRedoAIMessageOptType["kNIMRedoAIMessageOptTypeNew"] = 2] = "kNIMRedoAIMessageOptTypeNew";
})(NIMRedoAIMessageOptType = exports.NIMRedoAIMessageOptType || (exports.NIMRedoAIMessageOptType = {}));
//# sourceMappingURL=talk_def.js.map