Skip to content

Commit

Permalink
fix(doc): update tutorial links to the main website
Browse files Browse the repository at this point in the history
  • Loading branch information
esarbanis committed Jan 10, 2024
1 parent b6efb79 commit 59c58b3
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions docusaurus/docs/Flutter/03-core-concepts/05-call-types.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ slug: /call-types
description: How Call Types control features and permissions
---

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

<CallTypesPage />
<WithExternalLinks
mapping={{
'/tutorials/video-calling/':
'https://getstream.io/video/sdk/flutter/tutorial/video-calling/',
'/tutorials/audio-room/':
'https://getstream.io/video/sdk/flutter/tutorial/audio-room/',
'/tutorials/livestream/':
'https://getstream.io/video/sdk/flutter/tutorial/livestreaming/',
}}
/>

0 comments on commit 59c58b3

Please sign in to comment.