New-UDMuCardMedia track who watched the video

Hi guys,
I have a 20 some videos the length on average is about 4 minutes.
In the documentation, I saw the following cmdlet New-UDMuCardMedia to embed video in Card, which is great.
However, I would like to know the best practice to timestamp when the user watched the video and when it ended.

any thoughts on that?

Thank you all for your help

I don’t think there is a good way to do this. We’d have to build some smarts into that control to be able to do that I imagine. Currently, it’s just linking out to the video stream and then the user is downloading it via that control. There isn’t a good way to detect where they stopped unless the control supports it.

Thank you Adam for your response.