Commit aa98367a authored by StyleZhang's avatar StyleZhang

iframe allow add microphone

parent 4641bacb
...@@ -23,7 +23,8 @@ const OPTION_MAP = { ...@@ -23,7 +23,8 @@ const OPTION_MAP = {
`<iframe `<iframe
src="${url}/chatbot/${token}" src="${url}/chatbot/${token}"
style="width: 100%; height: 100%; min-height: 700px" style="width: 100%; height: 100%; min-height: 700px"
frameborder="0" > frameborder="0"
allow="microphone">
</iframe>`, </iframe>`,
}, },
scripts: { scripts: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment