- Every electron app has 1 main process and multiple render processes.
- InterProcess Communication(IPC) -> Render process can access stuff on main process using "remote" module.
- Electron is all about glueing together the APIs. :)
- Select video source.
- Start button will start the recording and stop will stop it.
- Save the video at the desired path through the dialog box.