Skip to content

Latest commit

 

History

History
37 lines (29 loc) · 917 Bytes

CONTRIBUTING.md

File metadata and controls

37 lines (29 loc) · 917 Bytes

To setup meeting-scribe for development, follow these steps:

  1. Clone the repository:
    git clone [email protected]:100mslive/meeting-scribe.git
  2. Change to the directory:
    cd meeting-scribe
  3. Install dependencies:
    npm install
  4. Install the tool itself (Optional):
    npm install -g .

Usage

After installation, you can run Meeting-Scribe from any directory using the following command:

meeting-scribe -u https://amar-livestream-641.app.100ms.live/streaming/meeting/dcm-zlrx-pee -va 100ms

Note: Above is a sample meeting url, please login to 100ms to create your own meeting room.

OR, if you skipped the optional step 4. above

node index.js --url <MEETING_URL>

Issues and Feature Requests

Please use the respective templates for raising bugs and feature requests.