UNPKG

spectatr-player-sdk

Version:

A custom video player built with Stencil with Shaka Player integration

4 lines (3 loc) 282 B
import { VideoPlayer } from '../components/VideoPlayer/video-player'; export declare function submitQuizAnswer(component: VideoPlayer, optionsIds: string[]): Promise<boolean>; export declare function submitPollAnswer(component: VideoPlayer, optionsIds: string[]): Promise<boolean>;