Skip to content

Commit

Permalink
Fixed typos in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
lminiero committed Aug 28, 2024
1 parent da9e4af commit 30ab91d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/plugins/janus_videoroom.c
Original file line number Diff line number Diff line change
Expand Up @@ -959,7 +959,7 @@ room-<unique room ID>: {
// Other publishers
]
}
\endverbatim *
\endverbatim
*
* To enable or disable recording on all participants while the conference
* is in progress, you can make use of the \c enable_recording request,
Expand All @@ -972,7 +972,7 @@ room-<unique room ID>: {
"secret" : "<room secret; mandatory if configured>"
"record" : <true|false, whether participants in this room should be automatically recorded or not>,
}
\endverbatim *
\endverbatim
*
* Notice that, as we'll see later, participants can normally change their
* own recording state via \c configure requests as well: this was done to
Expand Down

0 comments on commit 30ab91d

Please sign in to comment.