Skip to content
This repository was archived by the owner on Mar 22, 2023. It is now read-only.

Commit 6b21d64

Browse files
authored
Merge pull request #386 from GuiLeme/doc-issue-9789
Updated recording documentation.
2 parents 71d6f41 + f19e402 commit 6b21d64

File tree

1 file changed

+15
-6
lines changed

1 file changed

+15
-6
lines changed

_posts/dev/2015-04-04-recording.md

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,14 @@ Administration:
156156
(Only for Matterhorn Integration)
157157
```
158158

159+
### Usefull Configs
160+
161+
| Name | Path (file) | Description |
162+
| :-----------------------| :-----------------------------------------------------------| :-----------|
163+
| webcamsOnlyForModerator | /usr/share/bbb-web/WEB-INF/classes/bigbluebutton.properties | If true, only the moderator's cam will be showed in playback depending on how the `show_moderator_viewpoint`. It can be changed in the ongoing meeting|
164+
| show_moderator_viewpoint | /usr/local/bigbluebutton/core/scripts/bigbluebutton.yml | If false, the viewer's point of view will be showed, meaning that if the above property is set to true, only the moderator's camera will be displayed. |
165+
166+
159167
### Useful terms
160168

161169
- workflow - is the way a recording is processed, published, and played. In BigBlueButton 2.4 the unique workflow out of the box is the "presentation" format.
@@ -917,9 +925,10 @@ The sections that follow cover the types of events you will encounter in `events
917925

918926
## Webcam
919927

920-
| Event | Attributes |
921-
| :-------------------- | :----------------------------------------------------- |
922-
| StartWebcamShareEvent | - stream |
923-
| StopWebcamShareEvent | - stream <br/>- duration |
924-
| StartWebRTCShareEvent | - timestampUTC<br/> - filename<br/> - meetingId |
925-
| StopWebRTCShareEvent | - timestampUTC<br/> - filename<br/> - meetingId |
928+
| Event | Attributes |
929+
| :-------------------------| :---------------------------------------------------------|
930+
| StartWebcamShareEvent | - stream |
931+
| StopWebcamShareEvent | - stream <br/>- duration |
932+
| StartWebRTCShareEvent | - timestampUTC<br/> - filename<br/> - meetingId |
933+
| StopWebRTCShareEvent | - timestampUTC<br/> - filename<br/> - meetingId |
934+
| MeetingConfigurationEvent | - timestampUTC<br/> - date<br/> - webcamsOnlyForModerator |

0 commit comments

Comments
 (0)