Method | Method detail |
---|---|
getSoundList() | Used to get the list of available music/sounds. |
getContentUploadCategories() | Used to get the list of all the available categories to tag a content/video while uploading. |
getContentUploadUrl() | Used to get the S3 bucket URL to upload the user created content. |
uploadContentMetaData( | Used to upload the meta data of the created video for logged in user. |
uploadContent() | Used to upload/push the created video on the fetched S3 bucket URL. Refer getContentUploadUrl() to get the S3 url. |
getHashtagSuggestion() | Used to fetch suggested hashtags and challenges based on queried parameter. |
getTagFriendList() | Used to fetch the list of all users/friends while uploading the content. Refer uploadContentMetaData() to push the tagged user data on content. |