Skip to content

Commit ab82efd

Browse files
authored
Update articles/communication-services/how-tos/calling-sdk/includes/manage-video/manage-video-web.md
1 parent 2dfc565 commit ab82efd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/communication-services/how-tos/calling-sdk/includes/manage-video/manage-video-web.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ const isAvailable: boolean = remoteVideoStream.isAvailable;
289289
- When the remote mobile participant has their video on and they put the browser app in the background, they will stop sending video stream data until the app is brought back to the foreground.
290290
- When the remote participant has their video on and they have bad network connectivity and video is cutting off / lagging
291291
- This feature improves the user experience for rendering remote video streams.
292-
- You can display a loading spinner over the remote video stream when isReceiving flag changes to false. You dont have to do a loading spinner, you can do anything you desire, but a loading spinner is the most common usage
292+
- You can display a loading spinner over the remote video stream when isReceiving flag changes to false. You don't have to do a loading spinner, you can do anything you desire, but a loading spinner is the most common usage
293293
```js
294294
const isReceiving: boolean = remoteVideoStream.isReceiving;
295295
```

0 commit comments

Comments
 (0)