@Michael_P
I'm sorry to hear that you're experiencing issues with Safari compatibility. To assist you better, I would need to see the specific JavaScript code you're using to implement the Vapi button. However, here are some general tips that might help resolve the issue:
1. **Check Compatibility**: Ensure that the Vapi Web SDK is compatible with the version of Safari you are using. Sometimes, newer APIs may not be supported in older versions of browsers.
2. **Use Polyfills**: If the issue is due to missing JavaScript features in Safari, you might need to include polyfills to add support for these features.
3. **Debugging**: Use Safari's developer tools to check for any errors in the console when you try to implement the Vapi button. This can give you clues about what might be going wrong.
4. **Cross-Browser Testing**: Test your implementation in different versions of Safari, including both desktop and mobile versions, to ensure that it's not a version-specific issue.
5. **Update Your Code**: If there are known issues with Safari, the Vapi team might have released updates or patches to fix them. Make sure you are using the latest version of the Vapi Web SDK.
6. **Contact Support**: If you've tried these steps and are still facing issues, it might be best to reach out to Vapi support directly for more specialized assistance.
If you can provide the code snippet or any error messages you're seeing, I can offer more targeted advice.