Felipe Cecagno

Results 21 comments of Felipe Cecagno

Hi guys, just a remind this is still mergeable. :)

Hi guys, fixed the conflicts with develop. Just a remind that this PR doesn't modify the current behavior when the two variables `PEER_VIDEO_MAX_BANDWIDTH_KBITS_PS` and `PEER_SCREENSHARE_MAX_BANDWIDTH_KBITS_PS` are not set, so it...

Related to https://github.com/electron/electron/issues/4432

Would you mind sharing what you've done and what are the difficulties you identified in the process?

Hi @taksan , just wanted to comment I just tried the latest release v1.12.1 and I've been able to connect to BBB rooms. I've tried it using the official Docker...

Nicely done, really like the idea of using signed URLs to access objects. I'd suggest to make the expiration time configurable in the future.

The API already supports the state parameter in the getRecordings call, see: https://docs.bigbluebutton.org/dev/api.html#getrecordings I agree with the suggestion to use the webhooks (we do it, and works great), although it...

I'm hitting this issue, even though I'm using `-threads false`, so I wouldn't expect process-exporter to mess with thread names in the first place.

Hi, thanks for this discussion - I've learned a lot. This is the Dockerfile I created after a few hours trying to make it work: ``` FROM python:3.8 WORKDIR /usr/src/app...