Skip to content

Commit

Permalink
Merge pull request #2073 from GetStream/develop
Browse files Browse the repository at this point in the history
v10.8.9
  • Loading branch information
MartinCupela committed Aug 11, 2023
2 parents 52f7d75 + eba171f commit 325db89
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 3 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
---

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
id: video-integration-stream
sidebar_position: 1
title: Video & Audio by Stream
---

import StreamVideoGraphic from '../../assets/stream-video-graphic.jpg'

Stream now enables you to seamlessly integrate our [Video + Audio experience](https://getstream.io/video/) 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"/>
2 changes: 1 addition & 1 deletion src/components/Loading/LoadingIndicator.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const UnMemoizedLoadingIndicator = (props: LoadingIndicatorProps) => {

return (
<div
className={`str-chat__loading-indicator ${color}`}
className={`str-chat__loading-indicator`}
data-testid='loading-indicator-wrapper'
style={{ height: size, width: size }}
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

exports[`LoadingIndicator should render with default props 1`] = `
<div
className="str-chat__loading-indicator #006CFF"
className="str-chat__loading-indicator"
data-testid="loading-indicator-wrapper"
style={
Object {
Expand Down

0 comments on commit 325db89

Please sign in to comment.