diff --git a/docs/streamingapi/code-snippets/receive-live-captioning.md b/docs/streamingapi/code-snippets/receive-live-captioning.md index 048423aa..1529af4c 100644 --- a/docs/streamingapi/code-snippets/receive-live-captioning.md +++ b/docs/streamingapi/code-snippets/receive-live-captioning.md @@ -1,6 +1,7 @@ --- id: receive-live-captioning title: Receive Live Captioning +slug: /streamingapi/code-snippets/receive-live-captioning --- import Tabs from '@theme/Tabs'; @@ -333,7 +334,7 @@ If successful you should receive a response in the console. }] ``` +## See Also - - - +- [Receive live insights](/docs/streamingapi/code-snippets/receive-live-insights) +- [Receive live topics](/docs/streamingapi/code-snippets/receive-live-topics) \ No newline at end of file diff --git a/docs/streamingapi/code-snippets/receive-live-insights.md b/docs/streamingapi/code-snippets/receive-live-insights.md index f2ba1b10..69106b40 100644 --- a/docs/streamingapi/code-snippets/receive-live-insights.md +++ b/docs/streamingapi/code-snippets/receive-live-insights.md @@ -1,6 +1,7 @@ --- id: receive-ai-insights title: Receive Live AI Insights +slug: /streamingapi/code-snippets/receive-live-insights --- import Tabs from '@theme/Tabs'; @@ -300,7 +301,7 @@ If successful you should receive a response in the console. }] ``` +## See Also - - - +- [Receive live captioning](/docs/streamingapi/code-snippets/receive-live-captioning) +- [Receive live topics](/docs/streamingapi/code-snippets/receive-live-topics) \ No newline at end of file diff --git a/docs/streamingapi/code-snippets/receive-live-topics.md b/docs/streamingapi/code-snippets/receive-live-topics.md index 2333c4e5..e9c974c7 100644 --- a/docs/streamingapi/code-snippets/receive-live-topics.md +++ b/docs/streamingapi/code-snippets/receive-live-topics.md @@ -1,6 +1,7 @@ --- id: receive-live-topics title: Receive Live Topics +slug: /streamingapi/code-snippets/receive-live-topics --- import Tabs from '@theme/Tabs'; @@ -258,3 +259,8 @@ If successful you should receive a response in the console. "type": "topic" }] ``` + +## See Also + +- [Receive live captioning](/docs/streamingapi/code-snippets/receive-live-captioning) +- [Receive live insights](/docs/streamingapi/code-snippets/receive-live-insights) \ No newline at end of file