@agora-js/media 4.23.3 → 4.23.4-100

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/media.d.ts CHANGED
@@ -1689,7 +1689,7 @@ declare class FakeTrackSource extends EventEmitter {
1689
1689
  createMediaStreamSourceNode(): undefined;
1690
1690
  }
1691
1691
 
1692
- export declare const frameData2CryptoBuffer: (imageData: ImageTypedData, appid: string, channelName: string) => Promise<Uint8Array<ArrayBufferLike>>;
1692
+ export declare const frameData2CryptoBuffer: (imageData: ImageTypedData, appid: string, channelName: string) => Promise<Uint8Array>;
1693
1693
 
1694
1694
  export declare function getAudioContext(): AudioContext;
1695
1695
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agora-js/media",
3
- "version": "4.23.3",
3
+ "version": "4.23.4-100",
4
4
  "description": "media module across @agora-js packages",
5
5
  "main": "AgoraRTC_N-media.js",
6
6
  "module": "AgoraRTC_N-media.esm.mjs",
@@ -23,8 +23,8 @@
23
23
  "homepage": "https://api-ref.agora.io/en/voice-sdk/web/4.x/index.html",
24
24
  "peerDependencies": {},
25
25
  "dependencies": {
26
- "@agora-js/shared": "4.23.3",
27
- "@agora-js/report": "4.23.3",
26
+ "@agora-js/shared": "4.23.4-100",
27
+ "@agora-js/report": "4.23.4-100",
28
28
  "axios": "^1.8.3",
29
29
  "agora-rte-extension": "^1.2.4",
30
30
  "webrtc-adapter": "8.2.0"
@@ -1098,7 +1098,7 @@ declare class FakeTrackSource extends EventEmitter {
1098
1098
  createMediaStreamSourceNode(): undefined;
1099
1099
  }
1100
1100
 
1101
- export declare const frameData2CryptoBuffer: (imageData: ImageTypedData, appid: string, channelName: string) => Promise<Uint8Array<ArrayBufferLike>>;
1101
+ export declare const frameData2CryptoBuffer: (imageData: ImageTypedData, appid: string, channelName: string) => Promise<Uint8Array>;
1102
1102
 
1103
1103
  export declare function getAudioContext(): AudioContext;
1104
1104