blindsidenetworks / mattermost-plugin-bigbluebutton

BigBlueButton plugin for Mattermost :electric_plug:
Apache License 2.0
89 stars 43 forks source link

Add additional meta field to room creation #164

Closed moschlar closed 3 years ago

moschlar commented 3 years ago

For starters, I add the dc-creator field containing an email address of the person responsible for starting the room, so when cleaning up recordings on the BBB server, there is a pointer to who to contact about a specific recording.

This is in line with at least the OpenOLAT integration which does this here: https://github.com/OpenOLAT/OpenOLAT/blob/258561c4ee32b2259c84975129bd098b123a8643/src/main/java/org/olat/modules/bigbluebutton/manager/BigBlueButtonNativeRecordingsHandler.java#L127

moschlar commented 3 years ago

Ping @harshilsharma63 , @ffdixon :

Could someone take a quick look at this PR and provide some review, both conceptual and for the actual code?

We really need something like this to be able to nag users about their recordings and delete them after some time. :wink:

harshilsharma63 commented 3 years ago

@moschlar looks good. I'm adding to to v4.0.0 release.