bigbluebutton-api-ruby icon indicating copy to clipboard operation
bigbluebutton-api-ruby copied to clipboard

BigBlueButton API gem for Ruby

Results 12 bigbluebutton-api-ruby issues
Sort by recently updated
recently updated
newest added

Bumps [rdoc](https://github.com/ruby/rdoc) from 3.12.1 to 6.1.2.1. Release notes Sourced from rdoc's releases. v6.1.1 What's Changed Correction to include regexp_handling in list of loaded files by @​poloka in ruby/rdoc#682 New Contributors...

dependencies

Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.10.4 to 1.14.3. Release notes Sourced from nokogiri's releases. 1.14.3 / 2023-04-11 Security [CRuby] Vendored libxml2 is updated to address CVE-2023-29469, CVE-2023-28484, and one other security-related issue....

dependencies

Bumps [rack](https://github.com/rack/rack) from 1.6.11 to 2.2.3. Commits 1741c58 bump version 5ccca47 When parsing cookies, only decode the values a5e80f0 Bump version. b0de37d Remove trailing whitespace. 1a784e5 Prepare CHANGELOG for next...

dependencies

Bumps [rake](https://github.com/ruby/rake) from 0.9.2.2 to 12.3.3. Changelog *Sourced from [rake's changelog](https://github.com/ruby/rake/blob/master/History.rdoc).* > === 12.3.3 > > ==== Bug fixes > > * Use the application's name in error message if...

dependencies

All requests made by the gem will fail if the server responds with a redirect. It will try to parse the body of the response assuming it is the XML...

prio:medium
type:feature

When I transmit disablePublicChat on room creation, the public chat is still available. :(

are there any plans to support version 2.0 of `bigbluebutton`?

A record ID for get the recordings. It can be a set of recordIDs separate by commas. If the record ID is not specified, it will use meeting ID as...

Used mostly for development/testing, but it would be useful to have it, since right now it's not possible at all to make API requests to servers that have untrusted certificates....

prio:medium
type:feature

Example response from BBB (0.8) has this information: ``` xml Mon Apr 09 17:40:55 YEKT 2012 ``` but :startTime param will have this value: ``` ruby 1.9.3-p0 :023 > t=$bigbluebutton_api.get_recordings(:meetingID=>meeting.id)[:recordings][0][:startTime]...

type:question