While creating a new Livestream instance in Amity Admin Console, we have possibility to add Thumbnail (optional) to display some image.
In AmityStream object, we have thumbnailFileId but this is only ID of thumbnail.
How can we retrieve the actual url to that hosted thumbnail, or do we have possibility to display thumbnail somehow by thumbnailFileId field?
Hello @Yarshau ,Let me pass this to our team for checking, and I’ll get back to you.
Hello @Yarshau , To retrieve the actual URL for the hosted thumbnail using the thumbnailFileId
, you can use the following API:
API Endpoint:
Get File URL by File ID
When you use the file ID (thumbnailFileId
), this API will return the URL for the thumbnail that you can use to display the image.
Feel free to try it, and let us know if you need further assistance.
1 Like