diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..175a9889 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,16 @@ +# 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). + +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 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 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 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": {