Pedro Beschorner Marin

Results 45 comments of Pedro Beschorner Marin

Here's how it's currently sorted https://github.com/bigbluebutton/bigbluebutton/blob/6e920ad785f1cf7c7010f21c76866ac4cebf88e3/bigbluebutton-html5/imports/ui/components/connection-status/service.js#L240 Worse connectivity problems first and offline users to the bottom.

Definitely is something to bring up for broad discussion. While thinking the first version of this list, we imagined a scenario where the moderator would be interested mainly on users...

I like the idea of disabling a feature in a particular meeting but I'm not a big fan of changing it for a single user. I think it can bring...

So, let me get things right. I'm imagining a meeting were some user is able to share his video and another isn't because he got a `disabledFeatures=video` at his join...

Maybe we could experiment building this over the create call and give some time to collect feedback from the community before taking the next step.

audio could be microphone (since webcam is an option). I can't see any reason why disabling the user's capability to hear the meeting's audio.

@jfederico can we close this one?

Greenlight should use bigbluebutton's webhooks.

We tried this with a bbb-web pre-run script once ``` #!/bin/bash if [ $(command -v redis-cli) == "" ]; then echo "Missing redis-cli" exit fi STATUS_DIR=/var/bigbluebutton/recording/status RECORDED_DIR=$STATUS_DIR/recorded ENDED_DIR=$STATUS_DIR/ended isRecorded() {...