docs: fix links
This commit is contained in:
parent
fa3ba8cdf0
commit
e3f3e4bdfa
@ -147,11 +147,11 @@ When you click Apply, BigBlueButton will send prompts to each user to move them
|
||||
|
||||
This release introduces a new recording format that creates a single video file from audio, video, screen share, presentation, and whiteboard marks recorded during the session. The file format is webm (vp9 video), although configuration options is available to create an mp4 (h264 video) file instead.
|
||||
|
||||
Learn more about [how to enable generating MP4 (h264 video) output](administration/customize.html#enable-generating-mp4-h264-video-output)
|
||||
Learn more about [how to enable generating MP4 (h264 video) output](https://docs.bigbluebutton.org/admin/customize.html#enable-generating-mp4-h264-video-output)
|
||||
|
||||
#### Change of parameters naming
|
||||
|
||||
In 2.5 we had the hidePresentation which was responsible for disabling presentation Area, and it was configured in the join call. Now we have a new disabled feature which is responsible for that. it is called `disabledFeatures=presentation`, and it is configured in the create call, for more details see the [docs](development/api.html#create).
|
||||
In 2.5 we had the hidePresentation which was responsible for disabling presentation Area, and it was configured in the join call. Now we have a new disabled feature which is responsible for that. it is called `disabledFeatures=presentation`, and it is configured in the create call, for more details see the [docs](https://docs.bigbluebutton.org/dev/api.html#create).
|
||||
|
||||
There is another parameter renamed in 2.6, it is `swapLayout`, or `userdata-bbb_auto_swap_layout` in the join call. Now, this parameter is set to `hidePresentationOnJoin` or `userdata-bbb_hide_presentation_on_join` in the join call, and it does essentially the same thing: it starts meeting with presentation minimized.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user