From be0ddf524c96196e25b9620c410ff99ac8f1edd4 Mon Sep 17 00:00:00 2001 From: Olivia Pyskoty Date: Fri, 28 Jan 2022 15:05:45 -0800 Subject: [PATCH 1/7] add url --- apps/web/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/package.json b/apps/web/package.json index b26c9f94..2c51ffe5 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -120,7 +120,7 @@ "pre-commit": "lint-staged" } }, - "proxy": "https://twilio-live-interactive-video-3280-4974-dev.twil.io", + "proxy": "https://twilio-live-interactive-video-1323-9900-dev.twil.io", "jest": { "snapshotSerializers": [ "enzyme-to-json/serializer" From 5d68113311961b6439413961096cc67b460cccf9 Mon Sep 17 00:00:00 2001 From: Olivia Pyskoty Date: Wed, 16 Feb 2022 11:30:09 -0800 Subject: [PATCH 2/7] add changelog --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..12dcee2a --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,16 @@ +# 1.0.0 (February 16, 2022) + +This is the official release of the Twilio Live Interactive Video iOS and web Apps. This project demonstrates an interactive live video streaming app that uses [Twilio Live](https://www.twilio.com/docs/live) and [Twilio Video](https://www.twilio.com/docs/video). + +This release includes the following features: + +- Deploy the application to Twilio Serverless in just a few minutes. +- Create or join a stream as a speaker and collaborate with other users. +- Join a stream as a viewer to see the Twilio Video Room participants composed as a high quality media stream. +- Speakers can screen share content of their choice to the other participants and viewers. +- Viewers can "raise" and "lower" their hands in order to request to be a speaker. +- Host participant can invite viewers that raise their hands to join the stream as a speaker. +- Host participant can mute other speakers as well as move them to the list of viewers. +- All live streaming participants can view the list of speakers and viewers in real time. + +We intend to iterate on this initial set of features and we look forward to collaborating with the community. \ No newline at end of file From 9a355c0448eada04e4c27b54be0d3def103312bd Mon Sep 17 00:00:00 2001 From: Olivia Pyskoty Date: Thu, 24 Feb 2022 10:28:22 -0800 Subject: [PATCH 3/7] update date --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 12dcee2a..5c8bfb19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# 1.0.0 (February 16, 2022) +# 1.0.0 (February 24, 2022) This is the official release of the Twilio Live Interactive Video iOS and web Apps. This project demonstrates an interactive live video streaming app that uses [Twilio Live](https://www.twilio.com/docs/live) and [Twilio Video](https://www.twilio.com/docs/video). From 65dd8c24fccbe43e492f69089af08b2f4ef0f232 Mon Sep 17 00:00:00 2001 From: Olivia Pyskoty Date: Mon, 28 Feb 2022 11:28:42 -0800 Subject: [PATCH 4/7] update web version --- apps/web/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/package.json b/apps/web/package.json index 9d20d52e..b245cb9b 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -1,6 +1,6 @@ { "name": "twilio-video-app-react", - "version": "0.5.0", + "version": "1.0.0", "private": true, "license": "Apache-2.0", "dependencies": { From ed3fa09075f6147ccf1d99607accca553e0269b4 Mon Sep 17 00:00:00 2001 From: Tim Rozum Date: Mon, 28 Feb 2022 13:16:33 -0700 Subject: [PATCH 5/7] Update iOS app version --- apps/ios/LiveVideo/LiveVideo/Info.plist | 2 +- apps/ios/LiveVideo/LiveVideoTests/Info.plist | 2 +- apps/ios/LiveVideo/LiveVideoUITests/Info.plist | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/ios/LiveVideo/LiveVideo/Info.plist b/apps/ios/LiveVideo/LiveVideo/Info.plist index 7d1bfacf..023a0590 100644 --- a/apps/ios/LiveVideo/LiveVideo/Info.plist +++ b/apps/ios/LiveVideo/LiveVideo/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 0.1.1 + 1.0.0 CFBundleVersion 1 LSRequiresIPhoneOS diff --git a/apps/ios/LiveVideo/LiveVideoTests/Info.plist b/apps/ios/LiveVideo/LiveVideoTests/Info.plist index cd98c4b6..dc68f735 100644 --- a/apps/ios/LiveVideo/LiveVideoTests/Info.plist +++ b/apps/ios/LiveVideo/LiveVideoTests/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 0.1.1 + 1.0.0 CFBundleVersion 1 diff --git a/apps/ios/LiveVideo/LiveVideoUITests/Info.plist b/apps/ios/LiveVideo/LiveVideoUITests/Info.plist index cd98c4b6..dc68f735 100644 --- a/apps/ios/LiveVideo/LiveVideoUITests/Info.plist +++ b/apps/ios/LiveVideo/LiveVideoUITests/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 0.1.1 + 1.0.0 CFBundleVersion 1 From bded57d7189a85b92fc741796b4179f27e442461 Mon Sep 17 00:00:00 2001 From: Olivia Pyskoty Date: Mon, 28 Feb 2022 12:19:27 -0800 Subject: [PATCH 6/7] include links to sync docs and blog post in readme --- CHANGELOG.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c8bfb19..061f3e93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # 1.0.0 (February 24, 2022) -This is the official release of the Twilio Live Interactive Video iOS and web Apps. This project demonstrates an interactive live video streaming app that uses [Twilio Live](https://www.twilio.com/docs/live) and [Twilio Video](https://www.twilio.com/docs/video). +This is the initial release of the Twilio Live Interactive Video iOS and web Apps. This project demonstrates an interactive live video streaming app that uses [Twilio Live](https://www.twilio.com/docs/live), [Twilio Video](https://www.twilio.com/docs/video) and [Twilio Sync](https://www.twilio.com/docs/sync). This release includes the following features: diff --git a/README.md b/README.md index 40923201..f81b10ef 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Twilio Live Interactive Video -This project demonstrates an interactive live video streaming app that uses [Twilio Live](https://www.twilio.com/docs/live) and [Twilio Video](https://www.twilio.com/docs/video). The project is setup as a monorepo that contains the frontend reference applications for the Web and iOS (Android coming soon). +This project demonstrates an interactive live video streaming app that uses [Twilio Live](https://www.twilio.com/docs/live), [Twilio Video](https://www.twilio.com/docs/video), and [Twilio Sync](https://www.twilio.com/docs/sync). Check out [this blog post](https://www.twilio.com/blog/interactive-live-streaming-app-programmable-video-live-sync) for more details about the app's features and how it was built. The project is setup as a monorepo that contains the frontend reference applications for the Web and iOS (Android coming soon). ## Features From 79cfbb29b8f2b75108011660da8d4682602ce9a7 Mon Sep 17 00:00:00 2001 From: olipyskoty <77076398+olipyskoty@users.noreply.github.com> Date: Mon, 28 Feb 2022 12:52:12 -0800 Subject: [PATCH 7/7] Update changelog date Co-authored-by: timmydoza --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 061f3e93..175a9889 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# 1.0.0 (February 24, 2022) +# 1.0.0 (February 28, 2022) This is the initial release of the Twilio Live Interactive Video iOS and web Apps. This project demonstrates an interactive live video streaming app that uses [Twilio Live](https://www.twilio.com/docs/live), [Twilio Video](https://www.twilio.com/docs/video) and [Twilio Sync](https://www.twilio.com/docs/sync).