Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Docs] Fix call types page links + remove the live stream tutorial link #60

Merged
merged 1 commit into from
Jan 15, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion docusaurus/docs/Unity/03-guides/05-call-types.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ title: Call Types
description: How Call Types control features and permissions
---

import CallTypesPage from "../../../shared/video/_call-types.md";
import CallTypesPage from '../../../shared/video/_call-types.mdx';
import WithExternalLinks from '../../../shared/video/_withExternalLinks';

When you create a call like this:

Expand All @@ -28,3 +29,13 @@ Apart from setting the `callId` you also pick the `StreamCallType`.
There are 4 built-in call types, and you can also create your own.

<CallTypesPage />

<WithExternalLinks
mapping={{
'/tutorials/video-calling/':
'https://getstream.io/video/sdk/unity/tutorial/video-calling/',
'/tutorials/audio-room/':
'https://getstream.io/video/sdk/unity/tutorial/audio-room/',
}}
selectorsToRemove={['div[id=livestream-tutorial-mnemonic]']}
/>
Loading