> ## Documentation Index
> Fetch the complete documentation index at: https://rimelabs-docs-coda-websocket-reference.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# VideoSDK

> Use Rime TTS with VideoSDK.

export const IntegrationHeader = ({partnerLogo, partnerAlt = "Partner logo", rimeLogo = "/images/rime_logo_new.svg", rimeAlt = "Rime logo", rimeHeight = "40px", partnerHeight = "40px"}) => <div style={{
  width: "100%",
  display: "flex",
  flexDirection: "row",
  alignItems: "center",
  justifyContent: "center",
  gap: "12px",
  flexWrap: "nowrap",
  marginBottom: "24px"
}}>
    <img src={rimeLogo} style={{
  height: rimeHeight,
  display: "inline-block"
}} alt={rimeAlt} />
    <span style={{
  fontSize: "24px",
  color: "#666",
  display: "inline-block"
}}>
      +
    </span>
    <img src={partnerLogo} style={{
  height: partnerHeight,
  display: "inline-block"
}} alt={partnerAlt} />
  </div>;

<IntegrationHeader partnerLogo="/images/videosdk.svg" partnerAlt="VideoSDK logo" />

Use VideoSDK's RimeAI TTS plugin to add Rime speech to calls, meetings, and voice agents while VideoSDK handles real-time media transport.

Follow [VideoSDK's RimeAI TTS documentation](https://docs.videosdk.live/ai_agents/plugins/tts/rime-ai-tts) for configuration, or start from the [VideoSDK voice-agent example](https://github.com/videosdk-community/videosdk-rimeai-tts-demo).
