Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion api/fishjam-server
2 changes: 1 addition & 1 deletion api/room-manager
2 changes: 2 additions & 0 deletions docs/how-to/client/background-streaming.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -227,3 +227,5 @@ useCallKitEvent("ended", () => {
## See Also

For an enhanced user experience when your app is in the background, consider enabling [Picture in Picture](./picture-in-picture), which allows users to see video content in a floating window while using other apps.

To surface an incoming call as a native CallKit (iOS) or Telecom (Android) call driven by a push notification, see [VoIP calls](./voip-calls).
2 changes: 1 addition & 1 deletion docs/how-to/client/ios-simulator-camera.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
sidebar_position: 17
sidebar_position: 18
sidebar_label: "iOS Simulator Camera 📱"
description: Use SimCam to test camera features in the iOS Simulator without a physical device.
---
Expand Down
2 changes: 1 addition & 1 deletion docs/how-to/client/migration-guide.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "0.25.x Migration Guide"
sidebar_position: 14
sidebar_position: 15
sidebar_label: "0.25.x Migration Guide 📱"
description: Upgrade your React Native app from @fishjam-cloud/react-native-client 0.24.x to 0.25.x.
---
Expand Down
2 changes: 1 addition & 1 deletion docs/how-to/client/simulcast.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Simulcast
sidebar_position: 15
sidebar_position: 16
description: Enable multi-quality video streaming and let receivers choose their preferred quality variant.
---

Expand Down
2 changes: 1 addition & 1 deletion docs/how-to/client/text-chat.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Text Chat
sidebar_position: 16
sidebar_position: 17
description: Implement peer-to-peer text chat in your application using Fishjam data channels.
---

Expand Down
Loading
Loading