I have added one video in canvas app.
On app start, I mentioning StartTime, Media URL and Visibility of the video control in sequence.
But the video is streaming from beginning only.
My code from app start is :
Set(varMediaVisible,false);
Set(varTime,First(Filter('Play Video',Title=User().Email)).Time);
Set(varMediaLink,"https://www.youtube.com/watch?v=1wkPMUZ9vX4");
Set(varMediaVisible,true);
Notes:
I am taking previous run time from SharePoint list named 'Play Video'.