Skip to content

Conversation

AlfredPichard
Copy link

@AlfredPichard AlfredPichard commented Apr 20, 2023

Purpose

Add a new widget to the classroom dashboard to download classroom sessions shared notes.

Proposal

First, we have to find a way to access the shared notes outside of a classroom session.
One way to do so is to notice that, for each session, if a shared note is created it can be found at a link containing the internalMeetingID of this session (and some other public parameters).
However, this way of accessing a session shared note only works if the session is recorded, which is not always the case.

Another way is to process shared notes as recordings is to use the bbb pads system
https://github.com/bigbluebutton/bigbluebutton/blob/v2.6.x-release/bigbluebutton-html5/imports/api/pads/index.js

  • Implement the backend shared note retrieval
  • Frontend widget

@AlfredPichard AlfredPichard force-pushed the feature/apichard/sharedNotes branch from e40451d to 6c9b9c6 Compare April 24, 2023 15:34
@AlfredPichard AlfredPichard changed the title WIP Classroom Dashboard shared notes widget Apr 25, 2023
@AlfredPichard AlfredPichard force-pushed the feature/apichard/sharedNotes branch from 6c9b9c6 to cb24a98 Compare April 25, 2023 07:42
@AlfredPichard AlfredPichard self-assigned this Apr 25, 2023
@AlfredPichard AlfredPichard force-pushed the feature/apichard/sharedNotes branch from cb24a98 to 1877f6f Compare April 25, 2023 14:26
alfredpichard added 2 commits April 25, 2023 16:26
retrieve shared notes by recreating access link
classroom dashboard widget to list session-shared notes
@AlfredPichard AlfredPichard force-pushed the feature/apichard/sharedNotes branch from 1877f6f to 1217055 Compare April 25, 2023 14:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant