@volcengine/veplayer 1.15.3-rc.9 → 1.16.0-rc.1
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/index.d.ts +1 -0
- package/index.min.js +2 -2
- package/package.json +1 -1
- package/plugin/mp4Encrypt.js +2 -2
package/index.d.ts
CHANGED
|
@@ -2349,6 +2349,7 @@ export declare type TUserRegionConfig = {
|
|
|
2349
2349
|
__LOG_TEA_ID__: number;
|
|
2350
2350
|
__LOG_CHANNEL__: TLogChannel;
|
|
2351
2351
|
__LOG_CUSTOM_REGION__?: string;
|
|
2352
|
+
__LOG_CHANNEL_DOMAIN__?: string;
|
|
2352
2353
|
__UMD_PRE_PATH__: string;
|
|
2353
2354
|
};
|
|
2354
2355
|
export declare type TLogChannel = "cn" | "va" | "sg";
|