We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 653c661 commit 5ae96c0Copy full SHA for 5ae96c0
types/chivox_h5sdk/src/html5/html5recorder.d.ts
@@ -18,6 +18,8 @@ declare class Html5Recorder {
18
*/
19
record<T extends ChivoxCoreType>(param: import("../../options").ChivoxRecordOptions<T>): void;
20
21
+ stream: MediaStream | null;
22
+
23
/**
24
* 停止录音
25
*
types/chivox_h5sdk/tsconfig.json
@@ -1,7 +1,9 @@
1
{
2
"compilerOptions": {
3
"lib": [
4
- "es6"
+ "es6",
5
+ "esnext",
6
+ "dom"
7
],
8
"module": "commonjs",
9
"types": [],
0 commit comments