I would like to use Kaltura API to get a list of my play list and if user choose one, he/she can play it. I already created both API calls and they are working just file. I use https://www.kaltura.com/api_v3/service/media/action/get?format=1&ks=${ksToken}${entryIdAndVersion} to get a certain video. The response I receive from server contains dataUrl and a lot of other data which I do not use right now. My question is, what should I pass to iframe (in react application) in order to play the video. I already tried dataUrl and other data without any success. Any help will be appreciated.
Thanks