Skip to content

Commit 44c7192

Browse files
committed
Fixed documentation
1 parent 19513cf commit 44c7192

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ The supported Janus plugins are:
1313
- Streaming
1414
- VideoRoom
1515
- SIP
16+
- Record&Play
1617

1718
The library is available on [npm](https://www.npmjs.com/package/janode) and the source code is on [github](https://github.com/meetecho/janode).
1819

@@ -159,4 +160,4 @@ Then use the npm script:
159160
npm run build-docs
160161
```
161162

162-
Documentation in HTML format will be built under the `docs` folder.
163+
Documentation in HTML format will be built under the `docs` folder.

src/plugins/recordplay-plugin.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ class RecordPlayHandle extends Handle {
255255
*
256256
* @param {Object} params
257257
* @param {number} params.id - The ID of the recording to replay
258-
* @param {boolean} [params.update] - Set to true for triggering a renegotiation and an ICE restart
258+
* @param {boolean} [params.restart] - Set to true for triggering a renegotiation and an ICE restart
259259
* @returns {Promise<module:recordplay-plugin~RECORDPLAY_EVENT_STATUS>}
260260
*/
261261
async play({ id, restart }) {
@@ -338,7 +338,7 @@ class RecordPlayHandle extends Handle {
338338
* The response event for configure request.
339339
*
340340
* @typedef {Object} RECORDPLAY_EVENT_CONFIGURED
341-
* @property {object{}} settings - The current settings as returned by Janus
341+
* @property {object} settings - The current settings as returned by Janus
342342
*/
343343

344344
/**

0 commit comments

Comments
 (0)