trtc-electron-sdk 11.8.112-beta.7 → 11.8.112-beta.9

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.
@@ -244,7 +244,7 @@ export declare class TRTCVideoFrame {
244
244
  */
245
245
  export declare class TRTCAudioFrame {
246
246
  audioFormat: TRTCAudioFrameFormat;
247
- data: ArrayBuffer | null;
247
+ data: Buffer | ArrayBuffer | null;
248
248
  length: number;
249
249
  sampleRate: number;
250
250
  channel: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "trtc-electron-sdk",
3
- "version": "11.8.112-beta.7",
3
+ "version": "11.8.112-beta.9",
4
4
  "description": "trtc electron sdk",
5
5
  "main": "./liteav/trtc.js",
6
6
  "types": "./liteav/trtc.d.ts",