File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ The supported Janus plugins are:
1313- Streaming
1414- VideoRoom
1515- SIP
16+ - Record&Play
1617
1718The 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:
159160npm 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.
Original file line number Diff line number Diff 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/**
You can’t perform that action at this time.
0 commit comments