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.
- package/dist/index.js +1194 -1205
- package/dist/index.umd.cjs +2 -2
- package/dist/protos/compiled.d.ts +6 -0
- package/package.json +1 -1
|
@@ -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
|