-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
We have the following callbacks in the code, but only configureHls is documented.
configureHls: (options) => {
return options;
},
onBeforeInitHls: (hls) => {
},
onAfterInitHls: (hls) => {
},
configureDash: (options) => {
return options;
},
onBeforeInitDash: (dash) => {
},
onAfterInitDash: (dash) => {
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels