From 0f3e45ff03fd0d876d21abf8c1b6c0ccd0386b13 Mon Sep 17 00:00:00 2001 From: Abhishek Kumar Date: Sat, 28 Mar 2026 21:34:39 +0530 Subject: [PATCH] chore: update documentation links --- README.md | 2 +- docs/integrations/telephony/twilio.mdx | 2 +- docs/telephony/twilio.mdx | 2 +- docs/voice-agent/pre-recorded-audio.mdx | 14 ++++++-------- ui/src/app/telephony-configurations/page.tsx | 2 +- 5 files changed, 10 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 4764fba..7688342 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ ## 🎥 Demo Video
- + Watch Dograh AI Demo Video
diff --git a/docs/integrations/telephony/twilio.mdx b/docs/integrations/telephony/twilio.mdx index 4b7b74d..c8ac60e 100644 --- a/docs/integrations/telephony/twilio.mdx +++ b/docs/integrations/telephony/twilio.mdx @@ -22,7 +22,7 @@ Watch this step-by-step guide to set up Twilio with Dograh AI: + title="Dograh Twilio Setup" + allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" + allowFullScreen +> + ## Why use custom recordings? diff --git a/ui/src/app/telephony-configurations/page.tsx b/ui/src/app/telephony-configurations/page.tsx index c8aa0f4..14f4655 100644 --- a/ui/src/app/telephony-configurations/page.tsx +++ b/ui/src/app/telephony-configurations/page.tsx @@ -443,7 +443,7 @@ export default function ConfigureTelephonyPage() { height="100%" src={ selectedProvider === "twilio" - ? "https://www.tella.tv/video/cmgbvzkrt00jk0clacu16blm3/embed?b=0&title=1&a=1&loop=0&t=0&muted=0&wt=0" + ? "https://www.youtube.com/embed/jlPD4CSJHHI" : "https://www.tella.tv/video/configuring-telephony-on-dograh-with-vonage-3wvo/embed?b=0&title=1&a=1&loop=0&t=0&muted=0&wt=0" } allowFullScreen