{"id":20791316,"url":"https://github.com/theprofs/smooth-opentok","last_synced_at":"2026-02-18T04:33:55.274Z","repository":{"id":78095823,"uuid":"147540068","full_name":"TheProfs/smooth-opentok","owner":"TheProfs","description":"Opentok's API wrapped as a Polymer element for sane humans","archived":false,"fork":false,"pushed_at":"2018-10-02T09:13:03.000Z","size":77,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-10-07T21:38:01.730Z","etag":null,"topics":["opentok","polymer","web-rtc"],"latest_commit_sha":null,"homepage":null,"language":"HTML","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/TheProfs.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":"2018-09-05T15:28:31.000Z","updated_at":"2018-10-02T09:13:04.000Z","dependencies_parsed_at":"2023-04-26T09:31:16.807Z","dependency_job_id":null,"html_url":"https://github.com/TheProfs/smooth-opentok","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/TheProfs/smooth-opentok","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheProfs%2Fsmooth-opentok","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheProfs%2Fsmooth-opentok/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheProfs%2Fsmooth-opentok/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheProfs%2Fsmooth-opentok/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TheProfs","download_url":"https://codeload.github.com/TheProfs/smooth-opentok/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheProfs%2Fsmooth-opentok/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29568595,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-18T04:18:28.490Z","status":"ssl_error","status_checked_at":"2026-02-18T04:13:49.018Z","response_time":162,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["opentok","polymer","web-rtc"],"created_at":"2024-11-17T15:43:13.892Z","updated_at":"2026-02-18T04:33:50.264Z","avatar_url":"https://github.com/TheProfs.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# \\\u003csmooth-opentok\\\u003e\n\nOpentok\u0026#39;s API wrapped as a Polymer element for sane humans.\n\n## Install prerequisites\n\n```bash\n$ npm install \u0026 npm install -g polymer-cli\n```\n\n## Trust the local SSL certificate\n\nYou can find the certificate in `/local-https`. You need this because opentok.js\n(esp. screen-sharing) only work properly on `https://` schemes. You can find\na guide on how to trust self-signed certificates for MacOS [here][trust-self-signed-ssl-macos].\n\n## Load the unpacked screen-sharing extensions\n\nYou can find extensions for each browser in the `/extensions` directory. For\nnow it's just Chrome, since the latest versions of Firefox support\nscreen-sharing without extensions.\n\n## Start a credentials server\n\nThere's a [NodeJS][node-js] credentials server which serves OpenTok credentials\nusing the [OpenTok Server SDK's][opentok-server-sdks].\n\nYou can start it with:\n\n```bash\n# You need a TokBox account in order to retrieve an actual API key and secret.\n$ npm run credentials-server -- --opentok-api-key=\"your-api-key\" --opentok-api-secret=\"your-api-token\"\n```\n\n**Important:** When running the tests, this server is automatically started so\nmake sure you shut down any running instances of it before running the tests.\n\n## Run the element\n\n```bash\n$ polymer serve -P https/1.1 --key local-https/server.key --cert local-https/server.crt --hostname localhost --port 3000\n```\n\nand visit: https://localhost:3000/components/smooth-opentok.\n\n\n**Important:** You will be asked to visit https://127.0.0.1:3000/components/smooth-opentok.\nIgnore this and visit https://localhost:3000/components/smooth-opentok instead,\nsince the SSL certificates are specifically made for `localhost`.\n\n## Running Tests\n\nEnsure any running credentials server instances are shut down, then:\n\n```\n$ npm install -g mocha\n$ npm test -- --opentok-api-key=\"your-api-key\" --opentok-api-secret=\"your-api-token\"\n```\n\n## Authors\n\n- Nicholas Kyriakides, [@nicholaswmin][nicholaswmin]\n- [TheProfs][the-profs] (Owners)\n\n[trust-self-signed-ssl-macos]: https://tosbourn.com/getting-os-x-to-trust-self-signed-ssl-certificates/\n[opentok-server-sdks]: https://tokbox.com/developer/sdks/server/\n[nicholaswmin]: https://github.com/nicholaswmin\n[the-profs]: https://github.com/TheProfs\n[node-js]: https://nodejs.org/en/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheprofs%2Fsmooth-opentok","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftheprofs%2Fsmooth-opentok","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheprofs%2Fsmooth-opentok/lists"}