LmnMediaPlayerVimeoEventCueChange
No documentation has been provided.
Presentation
type LmnMediaPlayerVimeoEventCueChange = {
action: "cuechange";
payload: {
cues: Array<{
html: string;
text: string;
}>;
kind: string;
label: string;
language: string;
};
};