awslabs / amazon-kinesis-video-streams-webrtc-sdk-android

Android SDK for interfacing with Amazon Kinesis Video Streams Signaling Service.
Apache License 2.0
59 stars 38 forks source link

GetClip API is not there in SDK for Android i.e.aws-android-sdk-kinesisvideo-archivedmedia #37

Closed shishir87 closed 4 years ago

shishir87 commented 4 years ago

I am using aws-android-sdk-kinesisvideo-archivedmedia to show the video saved on Cloud. In my android app I want that user can download the video clip as well. To implement this download clip functionality I am looking for GetClip API which already present in SDK for java, but I want it in Android.

MushMal commented 4 years ago

@shishir87 this repository is about WebRTC signaling client implementation for Android and has nothing to do with KVS GetClip API.

This is the right repository for this issue: https://github.com/aws-amplify/aws-sdk-android/tree/main/aws-android-sdk-kinesisvideo-archivedmedia

NOTE: I don't think it's implemented yet in the AWS Mobile SDK yet.

shishir87 commented 4 years ago

@MushMal Sorry for putting the issue here. Thanks for the reply