From 6f8647559ba07c618ce5fc7552a7b55e67d3fdcf Mon Sep 17 00:00:00 2001 From: Max Cobb Date: Thu, 24 Aug 2023 11:57:51 +0100 Subject: [PATCH] update root readme --- README.md | 30 ++++++++++++++++++++---------- 1 file changed, 20 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 48fd25a..522bde7 100644 --- a/README.md +++ b/README.md @@ -53,16 +53,26 @@ To build and run the project, use the build button (Cmd+R) in Xcode. Select your You'll find numerous examples illustrating the functionality and features of this reference app in the root directory. Each example is self-contained in its own directory, providing an easy way to understand how to use the app. For more information about each example, see the README file within its directory. -- [SDK quickstart](get-started-sdk) -- [Secure authentication with tokens](authentication-workflow) -- [Connect through restricted networks with Cloud Proxy](cloud-proxy) -- [Stream media to a channel](play-media) -- [Secure channel encryption](media-stream-encryption) -- [Call quality best practice](ensure-channel-quality) -- [Screen share, volume control and mute](product-workflow) -- [Custom video and audio sources](custom-video-and-audio) -- [Raw video and audio processing](stream-raw-audio-and-video) -- [Geofencing](geofencing) +### Get Started +- [SDK quickstart](./get-started-sdk/) +- [Secure authentication with tokens](./authentication-workflow/) + +### Core Functionality + +- [Connect through restricted networks with Cloud Proxy](./cloud-proxy/) +- [Stream media to a channel](./play-media/) +- [Secure channel encryption](./media-stream-encryption/) +- [Live streaming over multiple channels](./live-streaming-over-multiple-channels/) +- [Call quality best practice](./ensure-channel-quality/) +- [Screen share, volume control and mute](./product-workflow/) +- [Custom video and audio sources](./custom-video-and-audio/) +- [Raw video and audio processing](./stream-raw-audio-and-video/) + + +### Integrate Features + +- [Geofencing](./geofencing/) +- [Virtual background](./virtual-background/) ## Screenshots