Skip to content

Commit 5674ec1

Browse files
authored
small docs refactor (#749)
1 parent 89550a8 commit 5674ec1

File tree

5 files changed

+11
-2
lines changed

5 files changed

+11
-2
lines changed

docusaurus/docs/Flutter/05-advanced/01-deeplinking.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
---
2+
id: call_deep_linking
3+
sidebar_position: 1
4+
title: Call Deep Linking
5+
---
6+
17
# Implementing Call Deep Linking
28

39
It's common in mobile calling apps that a call can be started from a link, that should start the app and dial in immediately. This can be accomplished by [universal links on iOS](https://developer.apple.com/ios/universal-links/) and [App links on Android](https://developer.android.com/training/app-links).

docusaurus/docs/Flutter/05-advanced/02-ringing.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
id: adding_ringing_and_callkit
2+
id: ringing_and_callkit
33
sidebar_position: 2
4-
title: Adding Ringing and CallKit
4+
title: Ringing and CallKit
55
---
66

77
Adding Ringing And CallKit To Your Application

docusaurus/docs/Flutter/05-advanced/05-call-recording.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
slug: /recording
3+
sidebar_position: 5
34
title: Recording
45
---
56
A key feature of modern communication tools is the ability to quickly and easily record calls. This functionality is used for everything from quality assurance and training to legal compliance or simply as a matter of convenience for keeping track of conversations and later reviewing them.

docusaurus/docs/Flutter/05-advanced/06-screenshots.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
slug: /screenshots
3+
sidebar_position: 6
34
title: Screenshots
45
---
56
You can take a picture of a VideoTrack at highest possible resolution. This can be useful for example if you want to take a screenshot of a screenshare at full resolution.

docusaurus/docs/Flutter/05-advanced/07-background-modes.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Background modes
33
slug: /background-modes
4+
sidebar_position: 7
45
description: How to keep the call alive in the background
56
---
67

0 commit comments

Comments
 (0)