Skip to content

Commit 65cc526

Browse files
committed
added new community video.
Signed-off-by: Sahil Suman <sahilsuman933@gmail.com>
1 parent dc814d7 commit 65cc526

File tree

2 files changed

+31
-0
lines changed

2 files changed

+31
-0
lines changed

community/videos.mdx

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,22 @@ Here are some videos made by people in our community showcasing what Vapi can do
131131
referrerpolicy="strict-origin-when-cross-origin"
132132
allowfullscreen
133133
/>
134+
<iframe
135+
src="https://www.youtube.com/embed/RMOHpWAPan8?si=44FZKzxfxxXndR3i"
136+
title="YouTube video player"
137+
frameborder="0"
138+
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
139+
referrerpolicy="strict-origin-when-cross-origin"
140+
allowfullscreen
141+
/>
142+
<iframe
143+
src="https://www.youtube.com/embed/HuF7ELckcyU?si=PPPFZE5aiI-WgP2U"
144+
title="YouTube video player"
145+
frameborder="0"
146+
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
147+
referrerpolicy="strict-origin-when-cross-origin"
148+
allowfullscreen
149+
/>
134150
</div>
135151

136152

phone-calling.mdx

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ sidebarTitle: "Introduction"
44
description: "Learn how to create and configure phone numbers with Vapi."
55
---
66

7+
78
<Accordion title="Set up a Phone Number">
89
You can set up a phone number to place and receive phone calls. Phone numbers can be bought directly through Vapi, or you can use your own from Twilio.
910

@@ -26,3 +27,17 @@ You can provide an `assistantId` to a phone number and it will use that assistan
2627
You may want to specify the assistant based on the caller's phone number. If a phone number doesn't have an `assistantId`, Vapi will attempt to retrieve the assistant from your server using your [Server URL](/server-url#retrieving-assistants).
2728

2829
</Accordion>
30+
31+
Video Tutorial on How to Import Numbers from Twilio for International Calls:
32+
<div>
33+
<iframe
34+
width="100%"
35+
height="315"
36+
src="https://www.youtube.com/embed/HuF7ELckcyU?si=PPPFZE5aiI-WgP2U"
37+
title="YouTube video player"
38+
frameborder="0"
39+
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
40+
referrerpolicy="strict-origin-when-cross-origin"
41+
allowfullscreen
42+
/>
43+
</div>

0 commit comments

Comments
 (0)