diff options
| author | Jibon L. Costa <jiboncosta57@gmail.com> | 2020-03-30 17:57:25 +0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-03-30 17:57:25 +0600 |
| commit | 73576b50c621a313491f05dbd5e24c405688f9ac (patch) | |
| tree | 6c61f40e11fdcdde30cbb5f2093016477ebb861c | |
| parent | 6ad0e84d9f4faa699584755d1d260cd7fa05ba4d (diff) | |
| download | bbb-recorder-73576b50c621a313491f05dbd5e24c405688f9ac.tar.gz bbb-recorder-73576b50c621a313491f05dbd5e24c405688f9ac.zip | |
update
| -rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index 5355206..dd66260 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,9 @@ { "name": "bbbrecorder", "version": "0.0.1", - "description": "Capture all automated actions in a browser and export as a video", + "description": "Capture BBB recording & export as a video", "scripts": { - "example": "node export.js http://tobiasahlin.com/spinkit/ spinner.webm" + "example": "node export.js \"https://BBB_HOST/playback/presentation/2.0/playback.html?meetingId=MEETING_ID\" meeting.webm 10 true" }, "keywords": [ "record", |
