@vindral/web-sdk 3.2.1 → 3.2.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/index.d.ts +2 -0
- package/index.mjs +927 -885
- package/index.umd.js +4 -4
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -1296,6 +1296,7 @@ export interface Options {
|
|
|
1296
1296
|
*/
|
|
1297
1297
|
advanced?: AdvancedOptions;
|
|
1298
1298
|
media?: Media;
|
|
1299
|
+
videoCodecs?: VideoCodec[];
|
|
1299
1300
|
}
|
|
1300
1301
|
/**
|
|
1301
1302
|
* Contextual information about the language switch
|
|
@@ -1443,6 +1444,7 @@ declare const defaultOptions: {
|
|
|
1443
1444
|
advanced: {
|
|
1444
1445
|
wasmDecodingConstraint: Partial<VideoConstraint>;
|
|
1445
1446
|
};
|
|
1447
|
+
videoCodecs: VideoCodec[];
|
|
1446
1448
|
};
|
|
1447
1449
|
/**
|
|
1448
1450
|
* Available options when initializing the Player. Used for enabling/disabling features
|