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'
11 months ago
.vscode first commit 11 months ago
public first commit 11 months ago
src first commit 11 months ago
.gitignore first commit 11 months ago
.prettierrc.json first commit 11 months ago
LICENSE first commit 11 months ago
README.md Update 'README.md' 11 months ago
package-lock.json first commit 11 months ago
package.json first commit 11 months ago
tsconfig.json first commit 11 months ago
webpack.config.js first commit 11 months 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.