I've tried embedding on Carrd.co, embedding on Zapier interfaces, and both times it won't allow the audio input - only output. On Carrd.co I added the permissions manually and it still didn't work. Any ideas why this is happening and how to fix it? Here's the page fyi: https://ideas.futurum.one/#pitchmango
isaactcohen
10/17/2024, 5:55 PM
figured it out
isaactcohen
10/17/2024, 5:55 PM
Full Screen Iframe with Microphone
body, html {
margin: 0;
padding: 0;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
}
iframe {
border: none;
width: 100vw;
height: 100vh;
}