Skip to content

Commit

Permalink
[docs] add extra information
Browse files Browse the repository at this point in the history
  • Loading branch information
sierpinskid committed Oct 19, 2023
1 parent d889f5f commit 8bee9f1
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 26 deletions.
28 changes: 5 additions & 23 deletions docusaurus/docs/Unity/02-tutorials/02-audio-room.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,9 @@ This is exactly what we'll be doing in this tutorial - we'll setup Audio Rooms t

# Project Setup

Create new Unity Project. For this tutorial we'll be using the 2021.3.0f1 LTS version but any newer version should work fine as well.
Create new Unity Project. For this tutorial we'll be using the **2021.3.0f1** LTS version but any supported version should work fine as well.

Install Stream's Video SDK for Unity

TODO: repeat content from install section
Please follow the [installation section](./basics/installation/) to see how to import Stream's Video SDK into a Unity Project.

After completing this step you should now see "Stream Video & Audio Chat SDK" package in Project->Packages

Expand Down Expand Up @@ -692,25 +690,9 @@ We've just added unsubscribing from the `ParticipantJoined` and `ParticipantLeft

# Test

We're now ready to test the app! In order to test we need 2 instances of the app.

















We're now ready to test the app! In order to test it we need 2 instances of the app. Because each instance of the app will be using a microphone and a speaker a good way to test it is by using your PC and your smartphone. Depending on what type of device you have you can follow the [Android](./platforms/android/) or [IOS](./platforms/ios/) sections to learn how to deploy the app on those devices.

Once you launch the app in two separate devices provide the same **call Id** on both devices in order to join the same audio call.

### Other built-in features

Expand All @@ -735,6 +717,6 @@ Calls run on Stream's global edge network of video servers.
Being closer to your users improves the latency and reliability of calls.
For audio rooms we use Opus RED and Opus DTX for optimal audio quality.

The SDKs enable you to build audio rooms, video calling and livestreaming in days.
The SDKs enable you to build audio rooms, video calling and livestreaming app very easily.

We hope you've enjoyed this tutorial, and please do feel free to reach out if you have any suggestions or questions.
2 changes: 1 addition & 1 deletion docusaurus/docs/Unity/04-platforms/01-overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Overview
description: The overview of the supported platforms
---

Stream's Video SDK for Unity uses Unity's `com.unity.webrtc` package internally and therefore shares the same requirements and limitations.
Stream's Video SDK for Unity uses Unity's [com.unity.webrtc](https://docs.unity3d.com/Packages/[email protected]/) package internally and therefore shares the same requirements and limitations.

#### Supported Unity Editor versions
- **Unity 2023.1**
Expand Down
4 changes: 3 additions & 1 deletion docusaurus/docs/Unity/04-platforms/02-android.mdx
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
---
title: Android platform
title: Android
description: Building for Android platform
---

This page describes additional steps required when building to **Android** platform.

#### Prerequisites
- Install Android Module in Unity HUB (if needed)
- Switch the project to Android platform (File -> Build Settings -> Platform)
Expand Down
4 changes: 3 additions & 1 deletion docusaurus/docs/Unity/04-platforms/03-ios.mdx
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
---
title: IOS platform
title: IOS
description: Building for IOS platform
---

This page describes additional steps required when building to **IOS** platform.

#### Prerequisites
- Install IOS Module in Unity HUB (if needed)
- Switch the project to IOS platform (File -> Build Settings -> Platform)
Expand Down

0 comments on commit 8bee9f1

Please sign in to comment.