bigbluebutton / bigbluebutton

Complete open source web conferencing system.
https://bigbluebutton.org
GNU Lesser General Public License v3.0
8.54k stars 5.95k forks source link

Allow presenter/moderator to choose powerpoint/pdf from a library #8921

Open dragganaught opened 4 years ago

dragganaught commented 4 years ago

When you join the html5client, and you are presenter, you have the option to upload a presentation.

I was wondering if it is possible to create a library management interface. Where any moderator can create categories and subcategories of PDFs and PowerPoint presentations to later be able to select any of these in the room to view to other participants.

These documents, however, should be uploaded and available in the library for use at the next meeting as well.

iSamof commented 4 years ago

This has been discussed in earlier threads ... always worth a search.

The feature you mention is in demand but there is a practical problem for this and there are some solutions. This explains:

https://github.com/bigbluebutton/bigbluebutton/issues/8848

I hope this helps

Heartbreakridge commented 4 years ago

I also want a feature like this to protect company IP. I think what I am thinking of is a little bit simpler than dragganaught. I would just like one folder somewhere in the BBB file structure that I could upload PDF files to via SSH, so when moderators click the upload button there is a pre-populated list of PDFs they can choose from. Currently I have to watermark and give all moderators our company's IP for them to upload, but it's not ideal. A feature like this would also make it easier to update files as I wouldn't have to send a new file to each person and tell them to delete the old one. What might it cost for someone to privately develop this feature?

mark-franz commented 3 years ago

For me and my group of users, it would already be an enhancement if, e.g. at the beginning of a meeting, we could upload several presentations. So the uploading process wouldn't consume so much time and attention as well as server & data transfer resources during the actual meeting.

We don't have a need to re-use the same presentation in a later meeting, but I understand if others have this need.

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

ffdixon commented 2 years ago

We are getting closer with allowing a 3rd party application, such as NextCloud, to push a presentation into a BigBlueButton session. See

https://docs.bigbluebutton.org/2.6/new.html#upload-a-presentation-straight-from-nextcloud

The interface for selecting a presentation in the 3rd party application can be initiated from a BigBlueButton session.

jorgelondo commented 1 year ago

Hello, I haven't been able to see documentation about the integration, there is a plugin to integrate Nextcloud with Bigbluebutton, but it is out of date. I saw the information but there is no documentation on how to enable that option, can you please tell me where I can find that information @ffdixon ? Thanks

ffdixon commented 1 year ago

Hi @jorgelondo,

The hooks that you are looking for are in the create API docs, see the two parameters

jorgelondo commented 1 year ago

Thanks @ffdixon , I'm not a developer, but i understand some things, I would like to know where I can add the code for this integration? . I have Nextcloud with the plugin bbb already integrated, but I need to make the button from bbb to explore Nextcloud. Thank you!

ffdixon commented 1 year ago

I did some googling and found the NextCloud integration here

https://github.com/sualko/cloud_bbb

and the release notes reference the ability to send files to a running BigBlueButton presentation

https://github.com/sualko/cloud_bbb/releases/tag/v2.4.0

along with contact information for the developers (and ability to sponsor their support)

https://github.com/sualko/cloud_bbb/blob/master/.github/contributing.md

stale[bot] commented 8 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.