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

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

webRTC without Cognito and with signedUrl #45

Closed landrady closed 3 years ago

landrady commented 3 years ago

Hi, Looking to the web documentation I made a signedUrl to protect aws credentials from front-end (https://github.com/awslabs/amazon-kinesis-video-streams-webrtc-sdk-js/blob/master/README.md#class-sigv4requestsigner). It's all working in browser mode following this aproach. Looking to this sdk for app, I saw that the problem is solved using the aws cognito. I would like to know if it is possible to reuse my server wich create a signedUrl (wss://) for the android and ios application.

tks