Skip to content
This repository was archived by the owner on Mar 22, 2023. It is now read-only.

Commit b87c360

Browse files
committed
Moved from RC to 2.2
1 parent a11c9d1 commit b87c360

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

_posts/2015-04-04-release-notes.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,11 @@ date: 2015-04-04 22:26:10
99

1010
Released: November 6, 2019 ([Installation Instructions](/2.2/install.html))
1111

12-
After months of testing with the community, the development cycle for BigBlueButton 2.2 is nearing the finish. Since the beta release in March, we've been steadily fixing, improving, and hardening BigBlueButton 2.2.
12+
We made it!
1313

14+
After months of testing with the community, millions of sessions hosted by commercial companies using BigBlueButton, and interacting with hundreds of people on our mailing lists that help us find and fix any issues, we are announcing the releae of BigBlueButton 2.2.
1415

16+
Enjoy!
1517

1618
# Release 2.2-beta
1719

_posts/2015-04-05-api.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -468,8 +468,6 @@ https://myapp.example.com/callback?meetingID=test01&recordingmarks=true
468468

469469
### Recording ready callback URL
470470

471-
**Note: This callback will be in BigBlueButton 2.0-RC7**
472-
473471
You can ask the BigBlueButton server to make a callback to your application when the recording for a meeting is ready for viewing. Upon receiving the callback your application could, for example, send the presenter an e-mail to notify them that their recording is ready.
474472

475473
To specify the callback to BigBlueButton, pass a URL using the meta-parameter `meta_bbb-recording-ready-url` on the `create` command. Later, when the BigBlueButton server finishes processing the recording, it will check if `meta_bbb-recording-ready-url` is set and, if so, make a HTTP POST request to the given URL.

_posts/2019-02-15-install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ date: 2019-02-14 22:13:42
1313

1414
Welcome to the install guide for BigBlueButton.
1515

16-
This document guides you through installing BigBlueButton 2.2-RC (referred hereafter as simply BigBlueButton).
16+
This document guides you through installing BigBlueButton 2.2 (referred hereafter as simply BigBlueButton).
1717

1818
BigBlueButton is not your average web application. It's a fully responsive single page web application that uses the browser's built-in capabilities to send/receive audio and video. The BigBlueButton server runs a number of back-end processes to handle media, incoming [API calls](/dev/api.html), processing of uploaded slides, and conversion of captured media into [recordings](/dev/recording.html).
1919

0 commit comments

Comments
 (0)