Skip to content

Commit 826d1ce

Browse files
authored
changelog v1 (#19)
1 parent 9192408 commit 826d1ce

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# 1.0.0 (September 1, 2021)
2+
3+
This is the initial release of the Twilio Video Diagnostics App. This application provides a more comprehensive demonstration of the [RTCDiagnostics SDK](https://twilio.github.io/rtc-diagnostics/globals.html) and call readiness features within the [JS Video SDK](https://sdk.twilio.com/js/video/releases/2.16.0/docs/) (`Video.isSupported`, Preflight API). The video participants will be the end-users, but the tool serves to solve problems for our customers’ support teams and developers looking to build diagnostics flows within their own application.
4+
5+
This release includes the following features:
6+
7+
- Stepwise tests to diagnose issues due to the local environment of a video participant.
8+
- Provides a recommended course of action when tests fail.
9+
- Easy to download JSON formatted test report for simplified sharing and integration into support workflows.
10+
11+
We welcome contributions and feedback from the community so that we can continue to iterate on this initial set of features in order to provide the best experience for our customers, and their customers.

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "twilio-video-diagnostics-react-app",
3-
"version": "0.1.0",
3+
"version": "1.0.0",
44
"private": true,
55
"dependencies": {
66
"@material-ui/core": "^4.11.4",

0 commit comments

Comments
 (0)