Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Video 7848 add changelog #100

Merged
merged 10 commits into from
Feb 28, 2022
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 24, 2022)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

When we actually do the release will we have more PRs for things like updating iOS version? Just wondering if we should use a single PR for all release things including changelog, version updates, etc. Or if we will have multiple PRs.

olipyskoty marked this conversation as resolved.
Show resolved Hide resolved

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).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure if official is correct here. I'm not sure what it means in this context. Maybe This is the version 1.0.0 release...? Or This is the initial release...?

Also, should we mention that this also uses Sync? It might even be neat to link to @timrozum's blog post too, since it contains a wealth of knowledge about this app (suppose it might even be better in the README): https://www.twilio.com/blog/interactive-live-streaming-app-programmable-video-live-sync

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cool, I think that is a good idea. I added the blog post to the README and Twilio Sync links to both the README and CHANGELOG. Please feel free to suggest edits


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 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