LmnMediaPlayerWistiaEventCaptionsChange
No documentation has been provided.
Presentation
type LmnMediaPlayerWistiaEventCaptionsChange = {
action: "captionschange";
payload: {
visible: boolean;
language: string;
};
};
No documentation has been provided.
type LmnMediaPlayerWistiaEventCaptionsChange = {
action: "captionschange";
payload: {
visible: boolean;
language: string;
};
};