{"id":28491469,"url":"https://github.com/line/planet-kit-web","last_synced_at":"2026-02-15T02:02:12.543Z","repository":{"id":234094996,"uuid":"719901958","full_name":"line/planet-kit-web","owner":"line","description":null,"archived":false,"fork":false,"pushed_at":"2025-11-10T07:10:00.000Z","size":497,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-11-10T09:09:03.813Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/line.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-11-17T06:25:50.000Z","updated_at":"2025-11-10T07:10:04.000Z","dependencies_parsed_at":null,"dependency_job_id":"1cfc70ba-7859-4066-b2c1-0c1cfbe3d355","html_url":"https://github.com/line/planet-kit-web","commit_stats":null,"previous_names":["line/planet-kit-web"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/line/planet-kit-web","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/line%2Fplanet-kit-web","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/line%2Fplanet-kit-web/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/line%2Fplanet-kit-web/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/line%2Fplanet-kit-web/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/line","download_url":"https://codeload.github.com/line/planet-kit-web/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/line%2Fplanet-kit-web/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29465397,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-15T01:01:38.065Z","status":"online","status_checked_at":"2026-02-15T02:00:07.449Z","response_time":118,"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":"2025-06-08T08:07:26.603Z","updated_at":"2026-02-15T02:02:12.534Z","avatar_url":"https://github.com/line.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# planet-kit-web\n\nLINE Planet is a cloud-based real-time communications platform as a service (CPaaS) that helps you build a voice and video call environment. With LINE Planet, you can integrate call features into your service at minimum cost.\n\n## Planet Documentation\n\n[Planet Documentation](https://docs.lineplanet.me/) provides additional resources to help you integrate LINE Planet into your service. These resources include LINE Planet specifications, developer guides for each client platform, and server API references.\n\n## Projects\n\n- [planet-kit-web](planet-kit/): WebPlanetKit SDK.\n- [planet-kit-virtual-background](planet-kit-virtual-background/): The virtual background plugin of WebPlanetKit.\n\n## Installation\n\n### Requirements\n\n- Node\n- npm or yarn\n- Supported browser\n  - Chromium 72+ based browser\n  - Safari 16.4+ (beta)\n  - WebView (beta)\n\n### Installing via NPM\n\nYou can use WebPlanetKit SDK in your project by installing it through npm or yarn.\n\n```\n# npm\nnpm install @line/planet-kit\n\n# yarn\nyarn add @line/planet-kit\n```\n\nAfter installation, the method for importing the WebPlanetKit SDK into your project depends on your environment.\n\n- For real environment\n\n```javascript\nimport * as PlanetKit from \"@line/planet-kit\";\n```\n\n- For evaluation environment\n\n```javascript\nimport * as PlanetKit from \"@line/planet-kit/dist/planet-kit-eval\";\n```\n\n### Including the SDK with a `\u003cscript\u003e` tag\n\nAlternatively, you can directly include the WebPlanetKit SDK in your code using a `\u003cscript\u003e` tag. The SDK can be obtained from the `dist` directory in this Git repository.\n\nAfter downloading the SDK, the method for integrating the WebPlanetKit SDK into your project depends on your environment.\n\n- For real environment\n\n```javascript\n\u003cscript type=\"text/javascript\" src=\"path/to/js/planet-kit.js\"\u003e\u003c/script\u003e\n```\n\n- For evaluation environment\n\n```javascript\n\u003cscript type=\"text/javascript\" src=\"path/to/js/planet-kit-eval.js\"\u003e\u003c/script\u003e\n```\n\nAfter including the SDK, you can use it in your Javascript code as follows.\n\n```javascript\n\u003cscript type=\"text/javascript\"\u003e\n  const planetKit = new PlanetKit.Conference();\n\u003c/script\u003e\n```\n\n## API Reference\n\nFor detailed information on APIs, please refer to the following documents.\n\n[API Reference](https://docs.lineplanet.me/api-reference/client/web/latest/index.html)\n\n## Issues and Inquiries\n\nPlease file any issues or inquiries you have to our representative or dl_planet_help@linecorp.com.\nYour opinions are always welcome.\n\n## FAQ\n\nYou can find answers to our frequently asked questions in the [FAQ](https://docs.lineplanet.me/help/faq/) section.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fline%2Fplanet-kit-web","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fline%2Fplanet-kit-web","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fline%2Fplanet-kit-web/lists"}