Skip to content

stringeecom/StringeeWebPhone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stringee Web Phone is built 100% on top of the Stringee JavaScript SDK with a full interface for you to quickly embed in your Web:

Stringee Web Phone

Demo: https://v1.stringee.com/demo/web_phone.html

2. Build instructions:

a. Requirements

  • PHP
  • Nodejs
  • terminal app and a Mac or Linux environment

b. Configuration

Step 1: Open the config.php file, configure the parameters as follows:

BASE_URL: Path to the 'public_html' directory, with a / at the end, For example: http://127.0.0.1/stringee/StringeeWebPhone/public_html/ (If uploaded to the server, the path points to the 'public_html' directory on the server)

VERSION: version

BASE_URL_LOCAL: same as BASE_URL but must be local path

Step 2: Open browser, run the file 'run_debug.php' on local

http://127.0.0.1/stringee/StringeeWebPhone/run_debug.php

Step 3: Run command ./build.sh from terminal
Step 4: Upload all files in the generated dist folder to the Server at the configured path at step 1