无法在 React 应用程序中使用 Speechly 的 PushToTalkButton

Unable to use PushToTalkButton of Speechly in react app

我在我的 React 应用程序中使用 Speechly API。在那里,我从 @speechly/react-ui 导入了 PushToTalkButtonPushToTalkButtonContainer 并且我还配置了来自 Speechly Playground,它在 Playground 中运行良好。然后我在 React 应用程序中单击按钮(PushToTalkButton),它没有捕获我的声音并且没有使用麦克风。我试图找出 ErrorPanel 的问题,但没有任何显示。

您可以尝试通过发出 npm install @speechly/react-ui@latest

升级到版本 1.2.4

较早的版本无意中与特定版本的 react-client 包耦合,可能会导致您描述的问题。