FusionPBX e2b9df49a4 Rename README.md to README.rst vor 8 Jahren
..
css e30f5ea6ea created a basic webrtc app (#28) vor 9 Jahren
js e30f5ea6ea created a basic webrtc app (#28) vor 9 Jahren
README.rst e2b9df49a4 Rename README.md to README.rst vor 8 Jahren
app_config.php 885e177199 Fix table creation for XMPP and WebRTC (#43) vor 8 Jahren
app_languages.php e30f5ea6ea created a basic webrtc app (#28) vor 9 Jahren
app_menu.php e30f5ea6ea created a basic webrtc app (#28) vor 9 Jahren
high.js e30f5ea6ea created a basic webrtc app (#28) vor 9 Jahren
root.php e30f5ea6ea created a basic webrtc app (#28) vor 9 Jahren
webrtc.php 992989c5c2 Update webrtc.php vor 8 Jahren

README.rst

*********
WebRTC
*********

WebRTC app for FusionPBX is made by editing an existing FusionPBX app code and adding the code from the "Master FreeSWITCH code example". Also, keep in mind that you will need ssl certs working on the server.

.. image:: https://github.com/Len-PGH/fusionpbx-apps/blob/master/webrtc/css/webrtc_fusionpbx.jpg
:scale: 50%

**Note**
~~~~~~~~~

There are two "sets" of code in this app. One being an existing app from FusionPBX and the code example from "Master FreeSWITCH" book.

Prerequisites
^^^^^^^^^^^^^^

* Working install of FusionPBX
* Working set of SSL certs (Not self signed) on said install of FusionPBX
* Working mod_verto setup.
* Patience


Install Steps
^^^^^^^^^^^^^^

On your server

::

cd /usr/src
git clone https://github.com/fusionpbx/fusionpbx-apps
Move the directory 'webrtc' into your main FusionPBX directory
mv fusionpbx-apps/webrtc /var/www/fusionpbx/app
chown -R www-data:www-data /var/www/fusionpbx/app/webrtc

::

Log into the FusionPBX webpage
Advanced -> Upgrade
Menu Defaults and Permission Defaults.
Log out and back in.