aws-samples / amazon-chime-react-native-demo

A React Native demo application for Android and iOS using the Amazon Chime SDK.
MIT No Attribution
102 stars 24 forks source link

Is there a way to start a meeting without asking for video permissions? #63

Closed john-raymon closed 3 years ago

john-raymon commented 3 years ago

I'm building an app that currently doesn't require nor utilize video, is there a way to not require video permissions in order to start a meeting?

hokyungh commented 3 years ago

Hello @john-raymon . Video permission is not required to start the meeting, but audio permission is currently needed to start the meeting. You can test it by removing Camera Permission and Camera Permission. Also you can remove NSCameraUsageDescription from iOS to test.

Let me know if this works. Thanks.

john-raymon commented 3 years ago

Thank you that works!