Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/daily-demos/electron-prebuilt
A very small demo to embed the Daily Prebuilt into an Electron app
https://github.com/daily-demos/electron-prebuilt
Last synced: 3 months ago
JSON representation
A very small demo to embed the Daily Prebuilt into an Electron app
- Host: GitHub
- URL: https://github.com/daily-demos/electron-prebuilt
- Owner: daily-demos
- License: bsd-2-clause
- Created: 2021-11-10T07:26:27.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-13T14:06:20.000Z (11 months ago)
- Last Synced: 2024-02-12T22:51:56.986Z (9 months ago)
- Language: HTML
- Size: 2.55 MB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-daily - Daily Prebuilt embed
README
# Daily Prebuilt Electron demo
This demo highlights [Daily Prebuilt](https://www.daily.co/blog/prebuilt-ui/), and how it can be used to create an Electron video call app.
## Prerequisites
- [Sign up for a Daily account](https://dashboard.daily.co/signup).
## How the demo works
This demo embeds the Daily Prebuit iframe into an Electron application.
## Running locally
1. Replace the room URL in `daily.js` with the URL of your own room.
1. Install dependencies `npm i`
1. Run `npm start`## Contributing and feedback
Let us know how experimenting with this demo goes! Feel free to reach out to us any time at `[email protected]`.
## What's next
- Try customizing the Electron app menu with Daily call controls.
- Try modifying the default dimensions of the application window.
- Try customizing the Daily iframe appearance.