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

Commit 6b26f46

Browse files
authored
Merge pull request #127 from mrkeksi/patch-1
Update 2015-04-05-road-map.md
2 parents dfc2d9c + a7b3286 commit 6b26f46

File tree

1 file changed

+25
-9
lines changed

1 file changed

+25
-9
lines changed

_posts/2015-04-05-road-map.md

Lines changed: 25 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -57,26 +57,38 @@ The latest release is [BigBlueButton 2.2](/2.2/install.html), which provides a f
5757

5858
This section covers the enhancements to BigBlueButton’s core.
5959

60-
## High Quality Audio
60+
## Show Slide Thumbnails
6161

62-
Thanks to web real-time communications (WebRTC) support in FireFox and Chrome, we've achieved high quality low-latency audio in BigBlueButton.
62+
At this time the slide navigation does not show thumbnails when using the slide menu to navigate to specific slides.
6363

64-
## Presentation
64+
## Managing webcams
6565

66-
Support full-screen mode, similar to hitting F5 in power point. Full screen mode should have optional notifications of new chat messages or join/leave events ([1627](https://github.com/bigbluebutton/bigbluebutton/issues/1627)). Full screen mode should switch back and forth between slides and desktop sharing (depending on whether the presenter is sharing their desktop or not).
66+
The Flash client allowed users to individually close webcams. This feature is not yet implemented in the HTML5 client.
67+
68+
## Links in slides not clickable
69+
70+
When uploading slides with clickable links, they could be clicked in the Flash client. Currently, they are not clickable in the HTML5 client.
71+
72+
## Layout Dropdown
73+
74+
The Flash client had a layout menu that let moderators push down layout changes in windows to all viewers. The HMTL5 client does not use windows (it uses panels that show/hide). We are going to add capabilities for the moderator to show/hide the presentation area in a future update.
75+
76+
## Track users in breakout rooms
77+
78+
The Flash client would inform moderators of which users were in which breakout room.
79+
80+
## Show Slide Thumbnails
81+
82+
At this time the slide navigation does not show thumbnails when using the slide menu to navigate to specific slides.
6783

6884
## Whiteboard
6985

70-
Support ability to move/edit whiteboard objects ([2351](https://github.com/bigbluebutton/bigbluebutton/issues/2351)). Support multi-user editing of whiteboard objects ([2055](https://github.com/bigbluebutton/bigbluebutton/issues/2055)). Support keyboard input of text and symbols ([1346](https://github.com/bigbluebutton/bigbluebutton/issues/1346)).
86+
Support ability to move/edit whiteboard objects ([2351](https://github.com/bigbluebutton/bigbluebutton/issues/2351)).
7187

7288
## Closed Captioning
7389

7490
Enable the posting of a sub-rip title file (SRT) to the BigBlueButton server to add captions after the meeting is done (see [3864](https://github.com/bigbluebutton/bigbluebutton/issues/3864)).
7591

76-
## Record and playback
77-
78-
Add a playback format that creates a single video from the session (see [1655](https://github.com/bigbluebutton/bigbluebutton/issues/1655)).
79-
8092
# General Requirements
8193

8294
The items below are not specific to any one feature but are more about the overall quality of the project.
@@ -93,6 +105,10 @@ Ensure all classes in BigBlueButton, both on the server (Java) and client (Actio
93105

94106
Ensure all classes are documented to the level where another programmer could understand their intent. Create easy-to-navigate documentation that enables other developers to understand the design and purpose of the code.
95107

108+
## Compatibility
109+
110+
Screen sharing on mobile for iOS and Android. (see [8576](https://github.com/bigbluebutton/bigbluebutton/issues/8576#issue-557890044))
111+
96112
## Stability
97113

98114
Close all critical, high, and medium stability issues. In general, keep testing to ensure each release is more stable than the previous.

0 commit comments

Comments
 (0)