NodeMedia / react-native-nodemediaclient

8 stars 3 forks source link

[AVCaptureSession addInput:] Can't add a nil AVCaptureInput #7

Open haxuanvu870 opened 5 months ago

haxuanvu870 commented 5 months ago

![Uploading Screen Shot 2024-03-21 at 09.36.20.png…]()

Arjit0762 commented 5 months ago

Hi, Recently I also came across this bug. I ran the code in IOS Simulator and simulator doesn't support AVCaptureInput. Thats why this error. I tried in IOS device and it worked. I recommend you to test it in IOS device. It will surely work. Make sure to take Camera and microphone permission

haxuanvu870 commented 5 months ago

Hi, Recently I also came across this bug. I ran the code in IOS Simulator and simulator doesn't support AVCaptureInput. Thats why this error. I tried in IOS device and it worked. I recommend you to test it in IOS device. It will surely work. Make sure to take Camera and microphone permission

thank you