webrtc.rst 692 B

12345678910111213141516171819202122
  1. ########
  2. WebRTC
  3. ########
  4. WebRTC is a technology combined with WebSockets makes it possible to use a browser based as a SIP Client. Also, keep in mind that you will need SSL certs working on the server.
  5. .. Note::
  6. There are two "sets" of code in this app. One being an existing app from FusionPBX and the code example from `Master FreeSWITCH book`_ in Chapter 8.
  7. Install Steps
  8. ^^^^^^^^^^^^^^
  9. * Working install of FusionPBX
  10. * Working set of SSL certs for Web Server (Not self signed)
  11. * Working set of SSL certs for FreeSWITCH (Not self signed)
  12. * Use any WebRTC SIP client of your choice
  13. .. _Master FreeSWITCH book: https://www.packtpub.com/networking-and-servers/mastering-freeswitch