{"id":13401264,"url":"https://github.com/videosdk-live/videosdk-rtc-js-prebuilt-embedded-example","last_synced_at":"2025-03-14T07:31:27.722Z","repository":{"id":45104522,"uuid":"388692145","full_name":"videosdk-live/videosdk-rtc-js-prebuilt-embedded-example","owner":"videosdk-live","description":"Low Code Prebuilt example of Video SDK using plain JS and HTML. ","archived":true,"fork":false,"pushed_at":"2022-05-27T05:00:35.000Z","size":950,"stargazers_count":13,"open_issues_count":1,"forks_count":13,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-07-05T14:40:49.325Z","etag":null,"topics":["javascript","live-streaming","low-code","no-code","nodejs","realtime","rtmp","sdk","video-conferencing","video-streaming","webrtc"],"latest_commit_sha":null,"homepage":"https://docs.videosdk.live/docs/guide/prebuilt-video-and-audio-calling/getting-started/","language":"HTML","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/videosdk-live.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":"2021-07-23T05:53:28.000Z","updated_at":"2024-07-05T14:40:49.326Z","dependencies_parsed_at":"2022-09-02T22:40:59.536Z","dependency_job_id":null,"html_url":"https://github.com/videosdk-live/videosdk-rtc-js-prebuilt-embedded-example","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/videosdk-live%2Fvideosdk-rtc-js-prebuilt-embedded-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/videosdk-live%2Fvideosdk-rtc-js-prebuilt-embedded-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/videosdk-live%2Fvideosdk-rtc-js-prebuilt-embedded-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/videosdk-live%2Fvideosdk-rtc-js-prebuilt-embedded-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/videosdk-live","download_url":"https://codeload.github.com/videosdk-live/videosdk-rtc-js-prebuilt-embedded-example/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243541819,"owners_count":20307766,"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":["javascript","live-streaming","low-code","no-code","nodejs","realtime","rtmp","sdk","video-conferencing","video-streaming","webrtc"],"created_at":"2024-07-30T19:01:00.608Z","updated_at":"2025-03-14T07:31:27.001Z","avatar_url":"https://github.com/videosdk-live.png","language":"HTML","funding_links":[],"categories":["HTML"],"sub_categories":[],"readme":"# Video SDK No Code Prebuilt App.\nTHIS REPO is DEPRECATED. Please refer to https://github.com/videosdk-live/videosdk-rtc-prebuilt-examples\n\n## What is it?\n\nThis code sample demonstrates a one-to-one and group video call application built with [Video SDK RTC Prebuilt SDK](https://docs.videosdk.live/docs/guide/prebuilt-video-and-audio-calling/getting-started) and [Video SDK RTC JS SDK](https://docs.videosdk.live/docs/realtime-communication/sdk-reference/javascript-sdk/setup)\n\n- Built for serverless video calling experience.\n- Scale it upto 5,000 participants with low code.\n- 10,000 minutes free on monthly basis.\n- Inbuilt video and audio quality optimization.\n- Inbuilt chat poll, whiteboard, Q and A support.\n\n\n## Features\n\n- [x] Completely Low code and serverless.\n- [x] Video API with real-time audio, video and data streams\n- [x] 5,000+ participants support\n- [x] Chat support with rich media.\n- [x] Screen sharing with HD and Full HD.\n- [x] Play realtime video in meeting\n- [x] Connect it with social media such as Facebook, Youtube etc (RTMP out support).\n- [x] Intelligent speaker switch\n- [x] Record your meetings on cloud\n- [x] Inbuilt support of whiteboard, poll and Q \u0026 A.\n- [x] Customize UI as per your needs.\n\n## Browser Support\n\nVisit our official guide for [Browser Support](https://docs.videosdk.live/docs/realtime-communication/see-also/device-browser-support)\n\n## Prerequisites\n\n- Web browser\n\n## Getting started\n\n1. Clone the repo\n\n   ```sh\n   git clone https://github.com/videosdk-live/videosdk-rtc-js-prebuilt-embedded-example.git\n   cd videosdk-rtc-js-prebuilt-embedded-example\n   ```\n\n2. Update api key generated from [app.videosdk.live](https://app.videosdk.live/settings/api-keys) in `index.html`.\n\n   ```javascript\n   // ...\n\n   // Set apikey, meetingId and participant name\n   const apiKey = \"\u003cAPI KEY\u003e\"; // generated from app.videosdk.live\n   const meetingId = \"milkyway\";\n   const name = \"John Doe\";\n\n   // ...\n   ```\n\n3. Install `live-server` or any other http server if you don't already have one.\n\n   ```sh\n   npm install -g live-server\n   live-server\n   ```\n\nVisit, [https://www.videosdk.live/](https://www.videosdk.live/) to generate API key.\n\nRelated\n\n- [Video SDK Prebuilt IOS SDK](https://github.com/videosdk-live/videosdk-rtc-ios-prebuilt-webview-example)\n- [Video SDK Prebuilt ANDROID SDK](https://github.com/videosdk-live/videosdk-rtc-android-prebuilt-webview-example)\n- [Video SDK Prebuilt REACT SDK](https://github.com/videosdk-live/videosdk-rtc-react-prebuilt-example)\n- [Video SDK Prebuilt ANGULAR SDK](https://github.com/videosdk-live/videosdk-rtc-angular-prebuilt-example)\n- [Video SDK Prebuilt VUE SDK](https://github.com/videosdk-live/videosdk-rtc-vue-prebuilt-example)\n- [Video SDK Prebuilt React Native SDK](https://github.com/videosdk-live/videosdk-rtc-react-native-prebuilt-ui)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvideosdk-live%2Fvideosdk-rtc-js-prebuilt-embedded-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvideosdk-live%2Fvideosdk-rtc-js-prebuilt-embedded-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvideosdk-live%2Fvideosdk-rtc-js-prebuilt-embedded-example/lists"}