Package 

Class VideoAttachmentsApi

    • Constructor Detail

      • VideoAttachmentsApi

        VideoAttachmentsApi(KtorClient api)
    • Method Detail

      • getAttachment

         final Response<ByteReadChannel> getAttachment(UUID videoId, String mediaSourceId, Integer index)

        Get video attachment.

        Parameters:
        videoId - Video ID.
        mediaSourceId - Media Source ID.
        index - Attachment Index.
      • getAttachmentUrl

         final String getAttachmentUrl(UUID videoId, String mediaSourceId, Integer index, Boolean includeCredentials)

        Get video attachment.

        Parameters:
        videoId - Video ID.
        mediaSourceId - Media Source ID.
        index - Attachment Index.
        includeCredentials - Add the access token to the url to make an authenticated request.