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

iOS SDK for interfacing with the Amazon Kinesis Video Streams Signaling Service.
Apache License 2.0
66 stars 29 forks source link

Is it possible to remove Cognito from AWS Kinesis Video Streams WebRTC iOS SDK #55

Closed maxwell44 closed 2 years ago

maxwell44 commented 2 years ago

Hi Guys, Is it possible to remove Cognito from AWS Kinesis Video Streams WebRTC iOS SDK ?

alexovai commented 2 years ago

I have a similar question. Can we use STS (temporary credentials) instead of cognito to do auth and setup webrtc in IoS ? I have done that using js sdk (https://github.com/awslabs/amazon-kinesis-video-streams-webrtc-sdk-js#constructor-new-signalingclientconfig) and I want to do something similar in the IoS as well.

codingspirit commented 2 years ago

@maxwell44 Try https://github.com/codingspirit/amazon-kinesis-video-streams-webrtc-sdk-ios

alexovai commented 2 years ago

@codingspirit Thanks for the link. It is working.

BTW, is there a way I can pass session token. I want to generate temporary credentials via STS and use it in the ios client. Similar to js sdk.

disa6302 commented 2 years ago

Cognito is not specific to this SDK. So, if using other authorization mechanisms, this SDK will have to be modified to use that.