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

Use with pre-existing Cognito identity\access tokens #54

Closed ghost closed 3 years ago

ghost commented 3 years ago

We'd like to use this SDK to receive WebRTC video as part of an application that is already using Cognito authentication. As such, we will have a pre-existing session with identity and access tokens. Is it possible to apply these tokens directly to the Kinesis WebRTC authentication scheme?

ghost commented 3 years ago

Alternatively, the approach mentioned in #45 would work (use signed URL), but no solution is provided in that issue.

ghost commented 3 years ago

Closing in favor of using the Amplify library.