{"id":13500748,"url":"https://github.com/plivo/voicechat","last_synced_at":"2025-12-16T22:55:51.607Z","repository":{"id":13712158,"uuid":"16406153","full_name":"plivo/voicechat","owner":"plivo","description":"VoiceChat is a set of APIs to create conference rooms on the fly to be used in the browser. Its built using the Plivo WebSDK and APIs.","archived":false,"fork":false,"pushed_at":"2022-07-07T22:54:49.000Z","size":1577,"stargazers_count":816,"open_issues_count":10,"forks_count":137,"subscribers_count":45,"default_branch":"master","last_synced_at":"2025-03-29T07:34:21.172Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/plivo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-01-31T11:22:49.000Z","updated_at":"2025-02-14T15:51:47.000Z","dependencies_parsed_at":"2022-09-10T09:24:13.463Z","dependency_job_id":null,"html_url":"https://github.com/plivo/voicechat","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/plivo/voicechat","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plivo%2Fvoicechat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plivo%2Fvoicechat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plivo%2Fvoicechat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plivo%2Fvoicechat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/plivo","download_url":"https://codeload.github.com/plivo/voicechat/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plivo%2Fvoicechat/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":27772609,"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","status":"online","status_checked_at":"2025-12-16T02:00:10.477Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-07-31T22:01:12.674Z","updated_at":"2025-12-16T22:55:51.591Z","avatar_url":"https://github.com/plivo.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"# [VoiceChat](http://voicechatapi.com/)\nVoiceChat is a set of APIs to create ad-hoc conferences to be used in the browser. Its built using the [Plivo WebSDK](https://plivo.com/docs/sdk/web/) and APIs.\n\n# Looking to self-host?\n\n## Automatically Deploy to Heroku\n\n- Create a [Plivo account](https://manage.plivo.com)\n- Create and **verify** a Heroku account if you don't have one then click the button below.\n\n[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy)\n\n## Manual Installation\n\n### Clone this repo\n\n    $ git clone https://github.com/plivo/voicechat.git\n\n### Configure\nCreate a Plivo account if you haven't already\n\n### Deploying to Heroku\nCreate and **verify** a Heroku account if you haven't.\n\n    $ cd voicechat\n    $ heroku create {app_name} -s cedar\n    $ git push heroku master\n    $ heroku addons:create redistogo:nano --app {app_name}\n    $ heroku ps:scale web=1\n\nAdd Plivo Auth ID and Auth Token to env from the [dashboard](https://plivo.com/dashboard/).\n\n    $ heroku config:set PLIVO_AUTH_ID={PLIVO_AUTH_ID}\n    $ heroku config:set PLIVO_AUTH_TOKEN={PLIVO_AUTH_TOKEN}\n\n### Test your application\nGo to {app_name}.herokuapp.com\n\n\n# API Docs\n\n## Create a conference name\n\n    POST /api/v1/conference/\n\n### Example\n\n    $ curl -XPOST http://voicechatapi.com/api/v1/conference/\n    {\n        \"conference_name\": \"p12ygdwt1\",\n        \"conference_url\": \"http://voicechatapi.com/p12ygdwt1/\"\n    }\n\n## Call a mobile \u0026 landline phone number (PSTN) into the bridge\n\n    POST /api/v1/conference/\u003cconference_name\u003e/\n\n### Parameters\n\n    to - The phone number to be called.\n    clid - The caller id which will be used. (The phone number to be shown in the recipient's phone.)\n\n\n### Example\n\n    $ curl -XPOST -d \"to={1415123####}\u0026clid={1415123####}\" http://voicechatapi.com/api/v1/conference/\u003cconference_name\u003e/\n    {\n        \"success\": True,\n        \"message\": \"Call has been queued\"\n    }\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fplivo%2Fvoicechat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fplivo%2Fvoicechat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fplivo%2Fvoicechat/lists"}