quickvo-sdk-js 0.2.7 → 0.2.8

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.
@@ -3372,6 +3372,9 @@ export namespace com {
3372
3372
 
3373
3373
  /** CDNPlayAddressNotify rtmp */
3374
3374
  rtmp?: (string|null);
3375
+
3376
+ /** CDNPlayAddressNotify flv */
3377
+ flv?: (string|null);
3375
3378
  }
3376
3379
 
3377
3380
  /** Represents a CDNPlayAddressNotify. */
@@ -3392,6 +3395,9 @@ export namespace com {
3392
3395
  /** CDNPlayAddressNotify rtmp. */
3393
3396
  public rtmp: string;
3394
3397
 
3398
+ /** CDNPlayAddressNotify flv. */
3399
+ public flv: string;
3400
+
3395
3401
  /**
3396
3402
  * Creates a new CDNPlayAddressNotify instance using the specified properties.
3397
3403
  * @param [properties] Properties to set
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "quickvo-sdk-js",
3
3
  "description": "提供快捷接入单对单、单对多、群体会议、舞台会议等音视频功能。",
4
- "version": "0.2.7",
4
+ "version": "0.2.8",
5
5
  "type": "module",
6
6
  "files": [
7
7
  "dist"