Group channel take video and camera photo

I’m having a problem with taking video and camera photo, it doesn’t work, only photo library and files.

these are my permissions:

  "reactNativePermissionsIOS": [
    "AppTrackingTransparency",
    "Camera",
    "LocationAccuracy",
    "LocationAlways",
    "LocationWhenInUse",
    "Notifications",
    "PhotoLibrary",
    "PhotoLibraryAddOnly",
    "MediaLibrary"
  ],

and I have my info.plist description list.

Steps of the video:

  1. send files
  2. send photo library image
  3. take a video → open modal
  4. take a photo → open modal

Hello @paul12p.
Would you like to add microphone permissions?

Here is the list of permissions: Native modules | Chat React Native SDK | Sendbird Docs

1 Like