-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(FEC-13719): [Transcript Plugins]: Add Events (used by kava analyt…
…ics) (#180) Solves FEC-13719, FEC-13691 Related PR: kaltura/playkit-js-kava#156 --------- Co-authored-by: JonathanTGold <jonathan.gold@[email protected]>
- Loading branch information
1 parent
657c8c9
commit 7fdf771
Showing
5 changed files
with
23 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
|
||
export const TranscriptEvents = { | ||
TRANSCRIPT_OPEN: 'transcript_open', | ||
TRANSCRIPT_CLOSE: 'transcript_close', | ||
TRANSCRIPT_DOWNLOAD: 'transcript_download', | ||
TRANSCRIPT_PRINT: 'transcript_print', | ||
TRANSCRIPT_SEARCH: 'transcript_search', | ||
TRANSCRIPT_NAVIGATE_RESULT: 'transcript_navigate_result', | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
export {TranscriptEvents} from './events'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters