You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Camilo Alexander Medina Galeano c1dcbcd616
Update 'README.md'
1 year ago
.vscode first commit 1 year ago
public first commit 1 year ago
src first commit 1 year ago
.gitignore first commit 1 year ago
.prettierrc.json first commit 1 year ago
LICENSE first commit 1 year ago
README.md Update 'README.md' 1 year ago
package-lock.json first commit 1 year ago
package.json first commit 1 year ago
tsconfig.json first commit 1 year ago
webpack.config.js first commit 1 year ago

README.md

Sapian Webrtc Chrome extension dialer

The Sapian WebRTC Chrome Extension Dialer is an easy-to-use browser extension that enables seamless WebRTC communication. With this extension, users can initiate voice calls directly from their web browsers without requiring additional software or hardware. It leverages Sapian's open-source platform capabilities to handle VoIP communication with high quality and reliability. This extension is perfect for those who require frequent online communications, offering a streamlined experience with quick dialing features.

Overview of the extension

How to build and install

Build

npm install
npm run build

Install

  • Open Chrome/Egde
  • Open Extensions --> Manage Extensions
  • Choose Load Unpacked
  • Browse to dist folder which is the result of npm run build command.