-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(FEC-9247): add userId to kava reports #45
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
need to add test and update docs
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
update docs, see
playkit-js-kava/flow-typed/types/kava-config.js
Lines 4 to 14 in fdcc08d
* @typedef {Object} KavaConfigObject | |
* @property {string} [serviceUrl] - The Kaltura API server. | |
* @property {number} [viewEventCountdown] - The interval in seconds that VIEW event will be sent. | |
* @property {number} [resetSessionCountdown] - The interval in seconds that Kava session will be reset. | |
* @property {number} [dvrThreshold] - Threshold in seconds from the live edge. | |
* @property {string} [applicationVersion] - Used to send the application version from which the user is playing the entry. | |
* @property {string} [playbackContext] - Used to send the id of the category from which the user is playing the entry. | |
* @property {Function} [tamperAnalyticsHandler] - An optional handler to implement. Can be used to manipulate the model data before analytics event sent, or to cancel a certain analytics request. | |
* @property {Object} [customVar1] - Custom objects field. | |
* @property {Object} [customVar2] - Custom objects field. | |
* @property {Object} [customVar3] - Custom objects field. |
### Description of the Changes Download plugin, ignore system attachments #### Resolves FEC-1373 --------- Co-authored-by: JonathanTGold <jonathan.gold@[email protected]>
Description of the Changes
add userId from kava config
CheckLists