Hi Vapi Support Team, Thank you for your previous suggestions. I have implemented the allow="microphone" attribute in the iFrame tag as advised, but I am still facing issues with the Vapi Voice Chat Bot on my Wix website. The bot is visible and can be clicked, but it doesn't capture audio input from the microphone. Updated iFrame Code html Code kopieren Console Errors Here are the persistent errors from the browser console: vbnet Code kopieren [Error] Feature policy 'Microphone' check failed for element with origin 'https://vapi.ai' and allow attribute ''. [Error] Not allowed to call enumerateDevices. [Error] Not allowed to call getUserMedia. [Warning] Devices Error (Permission Denied): NotAllowedError: The request is not allowed by the user agent or the platform in the current context, possibly because the user denied permission. Steps Taken Feature Policy: Added allow="microphone" to the iFrame tag. Wix Specific Settings: Checked Wix documentation for any settings that might restrict microphone access. HTTPS Protocol: Ensured the website is served over HTTPS. Browser Permissions: Confirmed that browser microphone permissions are enabled for the Wix domain. Detailed Console Output rust Code kopieren [Info] Successfully preconnected to https://static.wixstatic.com/ (x2) [Info] Successfully preconnected to https://static.parastorage.com/ (x2) [Info] Successfully preconnected to https://siteassets.parastorage.com/ [Info] The page is not fully loaded – "interactive" (ldc.js, line 1) [Info] The page has completed loading. (ldc.js, line 1) [Log] instrument – "1km7BQ82WdS77gKXm" – "123103c7" (ldc.js, line 1) [Log] > debug: response received (tag.js, line 1) [Error] Failed to load resource: the server responded with a status of 400 (Bad Request) (fivebyfive, line 0) [Info] Running the code for the site. To debug this code in your browser's dev tools, open masterPage.js. (feature-telemetry-wix-code-sdk.b89388c4.chunk.min.js, line 1) [Info] Running the code for the Landingpage-AI Voice Bots page. To debug this code in your browser's dev tools, open hqi2z.js. (feature-telemetry-wix-code-sdk.b89388c4.chunk.min.js, line 1) [Info] Successfully preconnected to https://fonts.googleapis.com/ [Error] Feature policy 'Camera' check failed for element with origin 'https://vapi.ai' and allow attribute ''. [Error] Feature policy 'Microphone' check failed for element with origin 'https://vapi.ai' and allow attribute ''. [Error] Not allowed to call enumerateDevices. [Error] Feature policy 'Camera' check failed for element with origin 'https://vapi.ai' and allow attribute ''. [Error] Feature policy 'Microphone' check failed for element with origin 'https://vapi.ai' and allow attribute ''. [Error] Not allowed to call enumerateDevices. [Error] Feature policy 'Camera' check failed for element with origin 'https://vapi.ai' and allow attribute ''. [Error] Feature policy 'Microphone' check failed for element with origin 'https://vapi.ai' and allow attribute ''. [Error] Not allowed to call enumerateDevices. [Error] Feature policy 'Camera' check failed for element with origin 'https://vapi.ai' and allow attribute ''. [Error] Feature policy 'Microphone' check failed for element with origin 'https://vapi.ai' and allow attribute ''. [Error] Not allowed to call enumerateDevices. [Warning] Devices Error (Permission Denied): NotAllowedError: The request is not allowed by the user agent or the platform in the current context, possibly because the user denied permission. [Error] Feature policy 'Camera' check failed for element with origin 'https://vapi.ai' and allow attribute ''. [Error] Feature policy 'Microphone' check failed for element with origin 'https://vapi.ai' and allow attribute ''. [Error] Not allowed to call enumerateDevices. [Log] could not emit (2) (index-afe41bdf.js, line 5747) {action: "camera-error", error: Object, errorMsg: {errorMsg: "not allowed"}, callFrameId: "17222590463960.1442044826401646"} Error: Unhandled error. (undefined) — index-afe41bdf.js:5755:14482 [Warning] daily-js version 0.58.0 is nearing end of support. Please upgrade to a newer version. [Error] Feature policy 'Camera' check failed for element with origin 'https://vapi.ai' and allow attribute ''. [Error] Feature policy 'Microphone' check failed for element with origin 'https://vapi.ai' and allow attribute ''. [Error] Not allowed to call enumerateDevices. [Error] Feature policy 'Camera' check failed for element with origin 'https://vapi.ai' and allow attribute ''. [Error] Feature policy 'Microphone' check failed for element with origin 'https://vapi.ai' and allow attribute ''. [Error] Not allowed to call enumerateDevices. [Error] Feature policy 'Camera' check failed for element with origin 'https://vapi.ai' and allow attribute ''. [Error] Feature policy 'Microphone' check failed for element with origin 'https://vapi.ai' and allow attribute ''. [Error] Not allowed to call enumerateDevices. [Log] could not emit (2) (index-afe41bdf.js, line 5747) {action: "camera-error", error: Object, errorMsg: {errorMsg: "not allowed"}, callFrameId: "17222597797890.9003319553627691"} Error: Unhandled error. (undefined) — index-afe41bdf.js:5755:14482 [Error] Unhandled Promise Rejection: NotAllowedError: The request is not allowed by the user agent or the platform in the current context, possibly because the user denied permission. [Error] Meeting ended in error: Meeting has ended [Log] could not emit (2) (index-afe41bdf.js, line 5747) {action: "error", errorMsg: "Meeting has ended", preserveIframe: false, error: {type: "no-room", msg: "Exiting meeting because room was deleted", details: undefined}, callFrameId: "17222597797890.9003319553627691"} Error: Unhandled error. (undefined) — index-afe41bdf.js:5755:14482 Request Could you provide additional guidance on how to resolve these microphone access issues? If there are any further configurations or alternative integration methods specific to Wix, please let me know. Thank you for your assistance.