Skip to content

Commit 9e2467d

Browse files
committed
added new community videos
Signed-off-by: Sahil Suman <sahilsuman933@gmail.com>
1 parent 9616f90 commit 9e2467d

File tree

2 files changed

+34
-0
lines changed

2 files changed

+34
-0
lines changed

community/videos.mdx

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,19 @@ Here are some videos made by people in our community showcasing what Vapi can do
4444
/>
4545
</div>
4646

47+
## Podcast
48+
49+
<div class="video-grid">
50+
<iframe
51+
src="https://www.youtube.com/embed/kOhr047QFFA?si=8-2uY09fni5195tx&amp;start=1245"
52+
title="YouTube video player"
53+
frameborder="0"
54+
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
55+
referrerpolicy="strict-origin-when-cross-origin"
56+
allowfullscreen
57+
/>
58+
</div>
59+
4760
## Tutorials
4861
#### Appointment Scheduling
4962
<div class="video-grid">
@@ -233,6 +246,14 @@ Here are some videos made by people in our community showcasing what Vapi can do
233246
referrerpolicy="strict-origin-when-cross-origin"
234247
allowfullscreen
235248
/>
249+
<iframe
250+
src="https://www.youtube.com/embed/gN6CsDtLnMs?si=SkGG6LzS9wIXrh_-"
251+
title="YouTube video player"
252+
frameborder="0"
253+
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
254+
referrerpolicy="strict-origin-when-cross-origin"
255+
allowfullscreen
256+
/>
236257
</div>
237258

238259
#### Usecase

tools-calling.mdx

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,3 +134,16 @@ Let's revisit the weather tool example from before. If the tool successfully ret
134134
- Make sure to add "Tools Calls" in both the Server and Client messages and remove the function calling from it.
135135

136136
By following these guidelines and adapting the sample payload, you can easily configure a variety of tools to expand your Vapi assistant's capabilities and provide a richer, more interactive user experience.
137+
138+
139+
**Video Tutorial:**
140+
<iframe
141+
src="https://www.youtube.com/embed/gN6CsDtLnMs?si=SkGG6LzS9wIXrh_-"
142+
title="YouTube video player"
143+
frameborder="0"
144+
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
145+
referrerpolicy="strict-origin-when-cross-origin"
146+
width="100%"
147+
height="400px"
148+
allowfullscreen
149+
/>

0 commit comments

Comments
 (0)