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: about 1 month ago
JSON representation

A very small demo to embed the Daily Prebuilt into an Electron app

Lists

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.