For the complete documentation index, see llms.txt. This page is also available as Markdown.

ConvaiWidget

ConvaiWidget 是一个集语音、文本、视频和屏幕共享于一体的界面。

属性

interface ConvaiWidgetProps {
  convaiClient: ConvaiClient;
  showVideo?: boolean;        
  showScreenShare?: boolean;
}

示例

<ConvaiWidget
  convaiClient={convaiClient}
  showVideo={true}
  showScreenShare={true}
/>

在以下情况下使用:

  • 你想要一个完整、现成的 UI

  • 你想要内置音频/视频控制

  • 你想快速集成

最后更新于

这有帮助吗?