feat: added native to AdapterConfig interface
This commit is contained in:
@@ -29,6 +29,7 @@ export interface PlayerConfig {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export interface AdapterConfig {
|
export interface AdapterConfig {
|
||||||
|
native?: boolean;
|
||||||
hls?: boolean | HLSOptions;
|
hls?: boolean | HLSOptions;
|
||||||
dash?: boolean | DASHOptions;
|
dash?: boolean | DASHOptions;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user