You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are using the node js version of this package in our company to interact with kaltura and we wanted to obtain the captions of specific videos(using captionAsset.list as an intermediate step).
From what we've seen in the api docs there are 2 different endpoints that do this:
But when we used them it said that they do not exist as a function. I looked at the kalturaServices.js in the node modules and indeed this functions do not exists, we can use the getUrl to get a download link but if possible we would prefer a more direct action, specially since they appear in the api docs.
The text was updated successfully, but these errors were encountered:
We are using the node js version of this package in our company to interact with kaltura and we wanted to obtain the captions of specific videos(using captionAsset.list as an intermediate step).
From what we've seen in the api docs there are 2 different endpoints that do this:
But when we used them it said that they do not exist as a function. I looked at the kalturaServices.js in the node modules and indeed this functions do not exists, we can use the getUrl to get a download link but if possible we would prefer a more direct action, specially since they appear in the api docs.
The text was updated successfully, but these errors were encountered: