trtc-cloud-js-sdk 2.13.2-beta.2 → 2.13.2-beta.3

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "trtc-cloud-js-sdk",
3
- "version": "2.13.2-beta.2",
3
+ "version": "2.13.2-beta.3",
4
4
  "description": "Tencent Cloud RTC SDK for Web And Electron",
5
5
  "main": "trtc-cloud-js-sdk.js",
6
6
  "module": "trtc-cloud-js-sdk.esm.js",
@@ -2062,6 +2062,7 @@ declare class TRTC_Cloud extends EventEmitter {
2062
2062
  private _getTRTCResolution;
2063
2063
  private _getTRTCVideoProfile;
2064
2064
  private _getTRTCStreamType;
2065
+ private _getTRTCCloudStreamType;
2065
2066
  private _getTRTCFillMode;
2066
2067
  private _getTRTCCloudVideoFillMode;
2067
2068
  private _getTRTCCloudMirrorType;