bigbluebutton-Github/bbb-common-message/src/test/scala/org/bigbluebutton/common2
prlanzarin 4d1aa87a88 feat: only record media while meeting is being actively recorded
Only record media (microphone, webcams and screens) while meeting is
being actively recorded (ie an user has enabled recording in the
conference). If the conference's recording is paused, media capture will
stop as well (with appropriate recording events).

A bigbluebutton.properties/API#create parameter called
`recordFullDurationMedia` is added to control this behavior. The default
is false (only capture while recording is active). Setting it to `true`
enables the current (legacy) behavior: always capture media if the
meeting's `recorded` prop is true.
2023-05-31 16:36:11 -03:00
..
messages Fix bbb-common-message unit tests. 2018-11-06 15:45:42 +01:00
util Fix bbb-common-message unit tests. 2018-11-06 15:45:42 +01:00
TestFixtures.scala feat: only record media while meeting is being actively recorded 2023-05-31 16:36:11 -03:00
UnitSpec2.scala - add Jackson Json dependencies 2017-05-09 14:19:22 -07:00