-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1770960
commit b1daaf4
Showing
1 changed file
with
22 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,36 @@ | ||
--- | ||
title: Introduction | ||
description: Introduction about Stream's video SDK for Unity | ||
description: Introduction to Stream's Video SDK for Unity Engine | ||
slug: / | ||
--- | ||
|
||
Welcome to the Stream Video SDK for Unity - a comprehensive toolkit designed to help you implement features such as: | ||
Welcome to the Stream Video SDK for Unity—a comprehensive toolkit designed to help you implement the following features within your game or app: | ||
- **Video calling** | ||
- **Audio calling** | ||
- **Audio rooms** | ||
- **Livestreaming** | ||
|
||
* **Video calling** | ||
* **Audio calling** | ||
* **Audio rooms** | ||
* **Livestreaming** | ||
within your game or app. | ||
|
||
Our goal is to ensure an optimal developer experience that enables your application to go live within days. | ||
Our goal is to ensure an optimal developer experience, enabling your application to go live within days. | ||
|
||
#### Supported platforms: | ||
* **Android** (**ARM64** only) - [Read more](./platforms/android/) | ||
* **IOS** - [Read more](./platforms/ios/) | ||
* **Windows** Standalone (**x64** only) | ||
* **MacOs** Standalone (**Intel** and **Apple Silicon**) | ||
- **Android** (**ARM64** only) - [Read more](./platforms/android/) | ||
- **iOS** - [Read more](./platforms/ios/) | ||
- **Windows** Standalone (**x64** only) | ||
- **macOS** Standalone (**Intel** and **Apple Silicon**) | ||
|
||
#### Supported versions of the Unity Editor: | ||
* **Unity 2021.3** | ||
* **Unity 2022.3** | ||
* **Unity 2023.1** | ||
- **Unity 2021.3** or higher | ||
- **Unity 2022.3** or higher | ||
- **Unity 2023.1** or higher | ||
|
||
Stream Video SDK is built on top of [Unity's WebRTC library](https://docs.unity3d.com/Packages/[email protected]/manual/index.html) and therefore follows the same requirements. | ||
Stream Video SDK is built on top of [Unity's WebRTC library](https://docs.unity3d.com/Packages/[email protected]/manual/index.html), adhering to the same requirements. | ||
|
||
#### Where to begin? | ||
* Please follow the [Installation Guide](./basics/installation/) first | ||
* After that you can either proceed with the [Core Concepts Guides](./guides/client-auth/) or the [Quickstart Guide](./basics/quickstart/) if you just wish to skim through all the essential integration steps | ||
* If you're interested in building for **Android** or **IOS** platforms, be sure to check out the [Platforms Guides](./platforms/overview/) for additional information | ||
The best way to quickly get familiar with the key components of our SDK is to follow one of the tutorials. We're currently featuring: | ||
1. [Video Calling](https://getstream.io/video/sdk/unity/tutorial/video-calling/) - Video & Audio streaming. | ||
2. [Audio Rooms](https://getstream.io/video/sdk/unity/tutorial/audio-room/) - Audio-only communication. | ||
|
||
Alternatively, you can start with the [Installation Guide](./basics/installation/) and either proceed with the [Core Concepts Guides](./guides/client-auth/) or the [Quickstart Guide](./basics/quickstart/) if you wish to skim through the most basic features. For building on **Android** or **iOS** platforms, be sure to explore the [Platform Guides](./platforms/overview/). | ||
|
||
If you feel like anything is missing or could be improved, please don't hesitate to [contact us](https://getstream.io/contact/). We're happy to help. | ||
#### We'd love to hear from you | ||
If you feel anything is missing or could be improved, please don't hesitate to [contact us](https://getstream.io/contact/). We're happy to help. |