Shortest
Open our mic
One page of ours in a webview or an iframe. Recording, upload and the waiting screen happen inside it. It hands you the draft.
- WebView2
- WKWebView
- Android WebView
- iframe
const widget = FireMic.mount(el, {
sessionToken,
onDraft: (n) => fillIncidentForm(n.neris, n.transcript, n.gaps),
});Host code for every platform is in the embedding guide.
