Skip to content

Commit a605f61

Browse files
Update Starter-Documentation.txt
1 parent f105fca commit a605f61

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Assets/SimpleWebRTC/Starter-Documentation.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SimpleWebRTC
2-
SimpleWebRTC is a Unity-based WebRTC wrapper that facilitates peer-to-peer audio, video, and data communication over WebRTC using Unitys WebRTC package [https://docs.unity3d.com/Packages/[email protected]/manual/index.html](https://docs.unity3d.com/Packages/[email protected]/manual/index.html). It leverages WebSockets for signaling and supports both video and audio streaming.
2+
SimpleWebRTC is a Unity-based WebRTC wrapper that facilitates peer-to-peer audio, video, and data communication over WebRTC using Unitys WebRTC package [https://docs.unity3d.com/Packages/[email protected]/manual/index.html](https://docs.unity3d.com/Packages/[email protected]/manual/index.html). It leverages NativeWebSocket [https://github.com/endel/NativeWebSocket](https://github.com/endel/NativeWebSocket) for signaling and supports both video and audio streaming.
33

44
## Features
55
- WebRTC peer-to-peer connection management
@@ -9,11 +9,11 @@ SimpleWebRTC is a Unity-based WebRTC wrapper that facilitates peer-to-peer audio
99
- Logging and debugging tools
1010

1111
## Tutorial video
12-
A tutorial YouTube video can be found here: ()[]
12+
A tutorial YouTube video can be found here: [https://www.youtube.com/watch?v=-CwJTgt_Z3M](https://www.youtube.com/watch?v=-CwJTgt_Z3M)
1313

1414
## Simple Installation
1515
1. Make sure, that the required dependencies are installed (`TextMeshPro`, `Unity WebRTC`, `NativeWebSocket`).
16-
2. Go to the Unity AssetStore page: ()[]
16+
2. Go to the Unity AssetStore page: [https://assetstore.unity.com/packages/slug/309727](https://assetstore.unity.com/packages/slug/309727)
1717
4. Install the package via Unity AssetStore.
1818

1919
## Installation using the releases page

0 commit comments

Comments
 (0)