@rongcloud/plugin-rtc 5.36.0-alpha.4 → 5.36.0-alpha.6

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/dist/index.d.ts CHANGED
@@ -1442,7 +1442,7 @@ declare class RTCContext {
1442
1442
  reportSDKInfo(versionInfo: {
1443
1443
  [name: string]: string;
1444
1444
  }): void;
1445
- decodeAsrText(buffer: Uint8Array): (RCRTCASRContent | RCRTCRealtimeTranslationContent)[];
1445
+ decodeAsrText(buffer: Uint8Array, seiData: number[]): (RCRTCASRContent | RCRTCRealtimeTranslationContent)[];
1446
1446
  }
1447
1447
 
1448
1448
  declare type ISdpSemantics = 'plan-b' | 'unified-plan';