mconf / bigbluebutton-api-ruby

BigBlueButton API gem for Ruby
Other
49 stars 42 forks source link

GetRecordings breaks when the recording length comes empty #30

Closed jfederico closed 2 years ago

jfederico commented 6 years ago

When BBB implements support for multiple formats, the content of each format may be different. Actually it may not even be related to a playback. The length in one of those cases is irrelevant and may be an empty string.

When a format comes with an empty string the response for getRecordings can not be processed

wpramio commented 2 years ago

This issue was fixed on PR #31.