-
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
feat(FEC-11748): adding player events for EP analytics #109
Conversation
@@ -73,6 +74,7 @@ describe('KavaModel', () => { | |||
model.getClientVer = () => cv; | |||
model.getClientTag = () => ct; | |||
model.getKS = () => ks; | |||
model.getVirtualEventId = () => veid; |
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.
model.getVirtualEventId = () => veid; | |
model.getVirtualEventId = () => void; |
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.
'veid' stands for vertualEventId :)
see https://github.com/kaltura/playkit-js-kava/pull/109/files/1b9714149ad62c938476ada5312ed9fef29f41e9#diff-e7b75ddd5b46b84b8b502f0da920ad0a2ecde0be40ad52a6f6af1356deb23978R13
it's ok
@@ -114,6 +116,7 @@ describe('KavaModel', () => { | |||
clientTag: ct, | |||
position: pos, | |||
ks: ks, | |||
virtualEventId: veid, |
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.
virtualEventId: veid, | |
virtualEventId: void, |
Description of the Changes
add
virtualEventId
to kava beaconsCheckLists