-
Notifications
You must be signed in to change notification settings - Fork 274
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: add Stream video integration page
- Loading branch information
1 parent
2081a08
commit 5186bb6
Showing
3 changed files
with
18 additions
and
1 deletion.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion
2
docusaurus/docs/React/guides/3rd-party-video/video-integration-100ms.mdx
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,6 +1,6 @@ | ||
--- | ||
id: video-integration-100ms | ||
sidebar_position: 23 | ||
sidebar_position: 2 | ||
title: 100ms Video Integration | ||
--- | ||
|
||
|
17 changes: 17 additions & 0 deletions
17
docusaurus/docs/React/guides/3rd-party-video/video-integration-stream.mdx
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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
id: video-integration-stream | ||
sidebar_position: 1 | ||
title: Stream's Video Integration | ||
--- | ||
|
||
import StreamVideoGraphic from '../../assets/stream-video-graphic.jpg' | ||
|
||
Stream now enables you to seamlessly integrate our Video + Audio experience within your chat applications in days. The users can now enjoy a more enriched experience with the real-time video and audio communication in the familiar chat environment. This integration not only fosters stronger relationships but also empowers businesses to streamline collaboration and customer support, making it a pivotal feature in the next generation of communication applications. | ||
|
||
Try our [in-depth integration guide](https://getstream.io/video/docs/react/advanced/chat-with-video/) and have the Video and Audio experience in your app in no time. | ||
|
||
|
||
This guide is a part of our [Video and Audio experience documentation](https://getstream.io/video/docs/react/). The documentation is extensive and covers everything from core concepts (authentication, handling of media devices, permissions and lot more), the use of pre-built UI components to UI cookbook and app tutorials. Providing you with everything necessary to ensure a smooth and confident development journey. | ||
|
||
|
||
<img src={StreamVideoGraphic} alt="Stream Video & Audio Experience"/> |