项目作者: adjeim

项目描述 :
Create playable video compositions from your Twilio Video recordings.
高级语言: TypeScript
项目地址: git://github.com/adjeim/try-compositions.git
创建时间: 2021-05-27T14:27:37Z
项目社区:https://github.com/adjeim/try-compositions

开源协议:

下载


try-compositions

Create playable video compositions from your Twilio Video recordings.
View your videos in the browser or download them to your device.

Setup

  • Create a Twilio account if you don’t have one yet. It’s free!
  • Clone this repository.
  • Generate a new API Key from the Twilio Console.
  • Create a .env file by copying the .env.template file. Replace the placeholder text with the values for your Twilio Account SID, API Key SID, and API Key Secret.
  • Install dependencies by running npm install from the root of the project.
  • Run the Express server with the command: npm start.
  • Make sure you have ngrok installed on your machine.
  • Run ngrok on port 5000 with the command ngrok http 5000.
  • Once ngrok is running, open one of the URLs next to Forwarding in your browser:
  1. ngrok by @inconshreveable (Ctrl+C to quit)
  2. Session Status online
  3. Account <YOUR_ACCOUNT_NAME>
  4. Version 2.3.40
  5. Region <YOUR_REGION>
  6. Web Interface http://127.0.0.1:4040
  7. Forwarding <URL> -> http://localhost:5000
  8. Forwarding <URL> -> http://localhost:5000