ehefetz
11/29/2024, 3:09 PMVapi
11/29/2024, 3:12 PMPermissions-Policy
header with the microphone=(*)
directive, which allows the use of the microphone from all origins, or specify the allowed origins.
2. **iFrame Attributes**: Check the <iframe>
tag that embeds the web snippet. It should have the allow="microphone *"
attribute to explicitly grant permission to access the microphone.
3. **Browser Settings**: Some browsers have settings that can block microphone access by default. Make sure that your browser settings allow microphone access for your Wix website.
4. **Cross-Origin Resource Sharing (CORS)**: If the iFrame is pointing to a different domain, CORS policies might prevent the microphone access. Ensure that the server hosting the voice widget has the appropriate CORS headers set to allow your Wix website to access the resources.
5. **HTTPS Protocol**: Modern browsers require a secure context (HTTPS) for granting microphone access. Ensure that both your Wix website and the domain the iFrame is pointing to are served over HTTPS.
If you've checked all these points and the issue persists, it might be a more complex problem that requires direct support. In that case, I recommend visiting the #support channel on our Discord server or submitting a support request for more personalized assistance.Vapi
11/29/2024, 3:12 PMShubham Bajaj
12/02/2024, 1:32 PM