hyochan / react-native-audio-recorder-player

react-native native module for audio recorder and player.
MIT License
681 stars 203 forks source link

startRecord Method Fails with 'Failed to record' Error During Screen Sharing on Google Meet #607

Open sharma-sanjeev156 opened 1 month ago

sharma-sanjeev156 commented 1 month ago

Describe the bug The startRecord method fails when attempting to record while sharing the screen on Google Meet. An error is thrown with the message "Failed to record".

To Reproduce Steps to reproduce the behavior:

  1. Start a Google Meet session.
  2. Share your screen in the Google Meet session.
  3. Attempt to start recording using the startRecord method.
  4. Observe the error.

Expected behavior The startRecord method should successfully start recording without errors.

Error Message

Screenshot 2024-05-31 at 4 50 41 PM