Commit 1015ae99 authored by 李维's avatar 李维

添加录音结束回调信息日志

parent ec9c8fb3
......@@ -6,6 +6,7 @@ export function speechToTextRequest(callback) {
startRealtimeRecord(1); // 1-录音转文字 0-录音
}
window.air.recordCallBack = (e) => {
console.log("recordCallBack:", e)
callback && callback(e);
}
return window.courseware.stopRecord
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment