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