Amit
10/18/2024, 6:14 PMVapi
10/18/2024, 6:16 PMvideoRecordingEnabled: false
setting should typically prevent the camera permission prompt, but if it's not working as expected, there might be another configuration issue or a possible oversight in the implementation.
Here's what you can do to troubleshoot and resolve the issue:
1. Double-check the VAPI configuration to ensure videoRecordingEnabled
is set to false
in the correct place and that there are no conflicting settings.
2. Verify that the configuration change has been properly deployed and that the latest version of your code is running on the website.
3. Ensure that there are no other scripts or parts of your application that might be requesting camera permissions.
If you've gone through these steps and the issue persists, it could be a bug or an unexpected behavior in the VAPI SDK. In that case, I would recommend reaching out to VAPI support for further assistance.
If you need help with any specific code or configuration, please provide more details, and I'll be glad to assist you further.Vapi
10/18/2024, 6:16 PMVapi
10/18/2024, 6:18 PMShubham Bajaj
10/23/2024, 2:06 PM