Skip to content

Commit

Permalink
Merge pull request #100 from twilio/VIDEO-7848-add-changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
olipyskoty committed Feb 28, 2022
2 parents 9240aba + 79cfbb2 commit 35fdccc
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 5 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion apps/ios/LiveVideo/LiveVideo/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>0.1.1</string>
<string>1.0.0</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>LSRequiresIPhoneOS</key>
Expand Down
2 changes: 1 addition & 1 deletion apps/ios/LiveVideo/LiveVideoTests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>0.1.1</string>
<string>1.0.0</string>
<key>CFBundleVersion</key>
<string>1</string>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion apps/ios/LiveVideo/LiveVideoUITests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>0.1.1</string>
<string>1.0.0</string>
<key>CFBundleVersion</key>
<string>1</string>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "twilio-video-app-react",
"version": "0.5.0",
"version": "1.0.0",
"private": true,
"license": "Apache-2.0",
"dependencies": {
Expand Down

0 comments on commit 35fdccc

Please sign in to comment.