amazon-kinesis-video-streams-webrtc-sdk-ios icon indicating copy to clipboard operation
amazon-kinesis-video-streams-webrtc-sdk-ios copied to clipboard

What are the changes we need to do in webrtc iOS example for allow guest users?

Open vivekgadgeon opened this issue 1 year ago • 0 comments

I was testing the iOS example for webrtc. For authenticated users, it works fine. But for guest users, it shows access denied.

I have done the changes that was said in the issue id: #8, but I got the following issue:

Error creating channel Error Domain=com.amazonaws.AWSCognitoIdentityErrorDomain Code=6 "(null)" UserInfo={__type=InvalidParameterException, message=Basic (classic) flow is not enabled, please use enhanced flow.}

What are the steps I need to do in the example project to make work it work for guest users?

vivekgadgeon avatar Jan 02 '24 06:01 vivekgadgeon