[IMPLEMENT] Expose more captions callbacks and events #45
Labels
good first issue
Good for newcomers
Groomed
JWP team has reviewed the ticket and deemed it necessary
in-progress
Actively being worked on by the asignee
What needs to be implemented
Expose:
onCaptionsChanged
/onCaptionsList
(Android), and jwplayer(_:captionTrackChanged:) / jwplayer(_:updatedCaptionList:) (iOS) need to be exposed in JS.getCurrentCaptions
function (Android) / currentCaptionsTrack property (iOS).How should it be implemented
Acceptance Criteria
index.js
andindex.d.ts
getCurrentCaptions
in JS / NativeExample
app OR inREADME.md
Additional context
If there are any other captions events or helper functions you see, feel free to implement.
The text was updated successfully, but these errors were encountered: