| iframe: { | iframe: { | ||||
| getContent: (url: string, token: string) => | getContent: (url: string, token: string) => | ||||
| `<iframe | `<iframe | ||||
| src="${url}${basePath}/chat/${token}" | |||||
| src="${url}${basePath}/chatbot/${token}" | |||||
| style="width: 100%; height: 100%; min-height: 700px" | style="width: 100%; height: 100%; min-height: 700px" | ||||
| frameborder="0" | frameborder="0" | ||||
| allow="microphone"> | allow="microphone"> |