You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BBB's documentation lists isBreakout as a recording field for the getRecordings API. This field is missing from Scalelight's data schema, AFAICT.
I've also noticed two other fields (size and rawSize) which are also part of BBB's regular response on the getRecordings API but are missing from Scalelight's schema. Those two fields, however, seem to be missing from the BBB doc (probably just an oversight: bigbluebutton/bigbluebutton#21537).
Same goes for the undocumented size field in the Recording.Playback.Format sub-structure. A quick look at the code shows it is used to compute the Recording.size field.
BBB's documentation lists
isBreakout
as a recording field for thegetRecordings
API. This field is missing from Scalelight's data schema, AFAICT.I've also noticed two other fields (
size
andrawSize
) which are also part of BBB's regular response on thegetRecordings
API but are missing from Scalelight's schema. Those two fields, however, seem to be missing from the BBB doc (probably just an oversight: bigbluebutton/bigbluebutton#21537).Same goes for the undocumented
size
field in theRecording.Playback.Format
sub-structure. A quick look at the code shows it is used to compute theRecording.size
field.All three fields were added in BBB 2.2.0, AFAICT:
isBreakout
: bigbluebutton/bigbluebutton@ce6ff8bsize
+rawSize
: bigbluebutton/bigbluebutton@d411cd7Would it be possible to add these fields in Scalelight's schema (at least
isBreakout
, since this one is documented) ?PS: Sorry if I mislabeled the issue.
The text was updated successfully, but these errors were encountered: