{"id":23177662,"url":"https://github.com/dimitrisniras/record-conversation-multitrack","last_synced_at":"2025-07-19T12:33:03.503Z","repository":{"id":83095524,"uuid":"542010329","full_name":"dimitrisniras/record-conversation-multitrack","owner":"dimitrisniras","description":null,"archived":false,"fork":false,"pushed_at":"2022-09-27T15:44:12.000Z","size":1149,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-07T04:07:15.048Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dimitrisniras.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-09-27T09:42:43.000Z","updated_at":"2022-09-27T12:45:40.000Z","dependencies_parsed_at":"2023-05-31T08:15:57.907Z","dependency_job_id":null,"html_url":"https://github.com/dimitrisniras/record-conversation-multitrack","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dimitrisniras/record-conversation-multitrack","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dimitrisniras%2Frecord-conversation-multitrack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dimitrisniras%2Frecord-conversation-multitrack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dimitrisniras%2Frecord-conversation-multitrack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dimitrisniras%2Frecord-conversation-multitrack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dimitrisniras","download_url":"https://codeload.github.com/dimitrisniras/record-conversation-multitrack/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dimitrisniras%2Frecord-conversation-multitrack/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265934187,"owners_count":23852086,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-18T06:36:01.014Z","updated_at":"2025-07-19T12:33:03.487Z","avatar_url":"https://github.com/dimitrisniras.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# record-conversation-multirack\n\nThis React application allows you to make outbound calls using the Vonage Client SDK. During the initial login, you pass a user token and the user is able to perfrom an outbound call based on the provided NCCO.\n\n## Capabilities\n\nAdds Voice capability to your nexmo application and configures the Voice `Answer URL` and `Event URL` webhooks with a conversation action (`voiceAnswer`, `voiceEvent` and `rtcEvent` in `index.js`).\n\n## Run the server\n\nPre-requisite: Node.JS version \u003e= 14\n\n`nvm use`\n\n`npm run server`\n\n## Run the client\n\nIn the project directory, you can run:\n\n### `npm start`\n\nRuns the app in the development mode.\u003cbr /\u003e\nOpen [http://localhost:3000](http://localhost:3000) to view it in the browser.\n\nThe page will reload if you make edits.\u003cbr /\u003e\nYou will also see any lint errors in the console.\n\n### `npm test`\n\nLaunches the test runner in the interactive watch mode.\u003cbr /\u003e\nSee the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.\n\n### `npm run build`\n\nBuilds the app for production to the `build` folder.\u003cbr /\u003e\nIt correctly bundles React in production mode and optimizes the build for the best performance.\n\nThe build is minified and the filenames include the hashes.\u003cbr /\u003e\nYour app is ready to be deployed!\n\nSee the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.\n\n### `npm run eject`\n\n**Note: this is a one-way operation. Once you `eject`, you can’t go back!**\n\nIf you aren’t satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project.\n\nInstead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you’re on your own.\n\nYou don’t have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn’t feel obligated to use this feature. However we understand that this tool wouldn’t be useful if you couldn’t customize it when you are ready for it.\n\n## How to use it\n\nYou'll have to create at least 3 legs on the conversation (preferrably 2 IP and 1 PSTN leg). You'll have to do 2 outbound calls using the react client above and 1 inbound call on the LVN attached to the application.\n\nThe legs will be transferred to the same conversation, a voice will be heard and the recording will start.\n\nThe recording is using the multitrack functionality with 2 channels (1 channel will record the first leg and the other one the rest of them).\n\nThe recording can be stopped at any time sending a DTMF (pressing 5) or when there are no members left on the call.\n\nYou can query `localhost:5001/recordingEvents` to get the list of the recording events (and so the url of where to download the recording).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdimitrisniras%2Frecord-conversation-multitrack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdimitrisniras%2Frecord-conversation-multitrack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdimitrisniras%2Frecord-conversation-multitrack/lists"}