UNPKG

zdpjs_webrtc

Version:
177 lines (170 loc) 8.29 kB
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>EasyRTC Documentation</title> <link href="assets/easyrtc-docs-styles-1.css" media="all" rel="stylesheet" /> </head> <body> <header class="template"> <div class="wrapper-content"> <a href="./index.html"><img src="assets/easyrtc-logo.png" alt="EasyRTC Documentation"></a> <h1 title="EasyRTC Documentation">Documentation</h1> </div> </header> <div class="wrapper-docs"> <nav> <h2><a href="./index.html">Docs Home</a></h2> <h3>EasyRTC Guides</h3> <ul> <li><a href="easyrtc_faq.html">FAQ</a></li> <li><a href="easyrtc_gettingStarted.html">Getting Started</a></li> <li><a href="easyrtc_server_install.html">EasyRTC Server: Installation</a></li> <li><a href="easyrtc_client_tutorial.html">EasyRTC Framework Tutorial</a></li> <li><a href="easyrtc_rooms.html">Rooms</a></li> <li><a href="easyrtc_server_configuration.html">EasyRTC Server: Configuration</a></li> <li><a href="easyrtc_server_events.html">EasyRTC Server: Events</a></li> <li><a href="easyrtc_server_ice.html">EasyRTC Server: ICE Configuration</a></li> <li><a href="easyrtc_with_other_servers.html">Using Alongside Other Servers</a></li> <li><a href="easyrtc_server_ssl.html">EasyRTC Server: Using SSL</a></li> <li><a href="easyrtc_webrtc_problems.html">WebRTC Problems and Possible Fixes</a></li> <li><a href="easyrtc_upcoming_features.html">Upcoming Features</a></li> <li><a href="easyrtc_changelog.html">Change Log</a></li> </ul> <h3>EasyRTC Client Classes</h3> <ul> <li><a href="client-api/Easyrtc.html">Easyrtc</a></li> <li><a href="client-api/Easyrtc_App.html">Easyrtc_App</a></li> <li><a href="client-api/Easyrtc_ft.html">Easyrtc_ft</a></li> <li><a href="client-api/Easyrtc_IframeCapture.html">Easyrtc_IframeCapture</a></li> <li><a href="client-api/Easyrtc_No_IframeCapture.html">Easyrtc_No_IframeCapture</a></li> <li><a href="client-api/Easyrtc_Rates.html">Easyrtc_Rates</a></li> <li><a href="client-api/Easyrtc_Recorder.html">Easyrtc_Recorder</a></li> </ul> <h3>EasyRTC Server Modules</h3> <ul> <li><a href="server-api/module-easyrtc_default_event_listeners.html">easyrtc_default_event_listeners</a></li> <li><a href="server-api/module-easyrtc_default_options.html">easyrtc_default_options</a></li> <li><a href="server-api/module-easyrtc_private_obj.html">easyrtc_private_obj</a></li> <li><a href="server-api/module-easyrtc_public_obj.html">easyrtc_public_obj</a></li> <li><a href="server-api/module-easyrtc_util.html">easyrtc_util</a></li> <li><a href="server-api/module-general_util.html">general_util</a></li> </ul> <h3>EasyRTC Server Classes</h3> <ul> <li><a href="server-api/module-easyrtc_default_event_listeners-eventListener.html">eventListener</a></li> <li><a href="server-api/module-easyrtc_public_obj-pub.html">pub</a></li> <li><a href="server-api/module-easyrtc_public_obj-pub.events.html">events</a></li> <li><a href="server-api/module-easyrtc_public_obj-pub.util.html">util</a></li> <li><a href="server-api/module-easyrtc_util-eu.html">eu</a></li> <li><a href="server-api/module-general_util-g.html">g</a></li> <li><a href="server-api/pub.appObj.html">appObj</a></li> <li><a href="server-api/pub.appObj.connectionObj.html">connectionObj</a></li> <li><a href="server-api/pub.appObj.connectionObj.connectionRoomObj.html">connectionRoomObj</a></li> <li><a href="server-api/pub.appObj.roomObj.html">roomObj</a></li> <li><a href="server-api/pub.appObj.sessionObj.html">sessionObj</a></li> </ul> </nav> <div class="easyrtc-docs-content"> <h1>EasyRTC Documentation</h1> <p>EasyRTC v1.1.0 Documentation.</p> <p class="button"><a href="https://github.com/priologic/easyrtc" target="_blank" type="submit" class="button radius" title="Download EasyRTC"><i class="fa fa-github fa-lg"></i> Download EasyRTC</a></p> <h2>EasyRTC Guides</h2> <section class="easyrtc-guides"> <div class="item"> <h3><a href="easyrtc_gettingStarted.html">Getting Started</a></h3> <p>A step by step set of instructions to installing an easyrtc server and writing a very simple conferencing.</p> </div> <div class="item"> <h3><a href="easyrtc_server_install.html">EasyRTC Server: Installation</a></h3> <p>Installing on Windows, Mac or Linux.</p> </div> <div class="item"> <h3><a href="easyrtc_client_tutorial.html">EasyRTC Framework Tutorial</a></h3> <p>A guide to writing browser based client applications.</p> </div> <div class="item"> <h3><a href="easyrtc_rooms.html">Rooms</a></h3> <p>Partitioning users in groups.</p> </div> <div class="item"> <h3><a href="easyrtc_server_configuration.html">EasyRTC Server: Configuration</a></h3> <p>How to set server options.</p> </div> <div class="item"> <h3><a href="easyrtc_server_events.html">EasyRTC Server: Events</a></h3> <p>Customizing the server behavior of an application.</p> </div> <div class="item"> <h3><a href="easyrtc_server_ice.html">EasyRTC Server: ICE Configuration</a></h3> <p>Specifying STUN and TURN servers.</p> </div> <div class="item"> <h3><a href="easyrtc_with_other_servers.html">Using Alongside Other Servers</a></h3> <p>Using a different Web server with EasyRTC.</p> </div> <div class="item"> <h3><a href="easyrtc_server_ssl.html">EasyRTC Server: Using SSL</a></h3> <p>Having your own HTTPS pages.</p> </div> <div class="item"> <h3><a href="easyrtc_webrtc_problems.html">WebRTC Problems and Possible Fixes</a></h3> <p>Diagnose and resolve common webrtc problems.</p> </div> <div class="item"> <h3><a href="easyrtc_upcoming_features.html">Upcoming Features</a></h3> <p>Future plans.</p> </div> <div class="item last"> <h3><a href="easyrtc_changelog.html">Change Log</a></h3> <p>Changes from previous versions.</p> </div> <div class="item"> <h3><a href="easyrtc_faq.html">FAQ</a></h3> <p>Frequently asked questions.</p> </div> </section> <h2>EasyRTC Client Classes</h2> <section class="easyrtc-apis"> <ul> <li><a href="client-api/Easyrtc.html">Easyrtc</a></li> <li><a href="client-api/Easyrtc_App.html">Easyrtc_App</a></li> <li><a href="client-api/Easyrtc_ft.html">Easyrtc_ft</a></li> <li><a href="client-api/Easyrtc_IframeCapture.html">Easyrtc_IframeCapture</a></li> <li><a href="client-api/Easyrtc_No_IframeCapture.html">Easyrtc_No_IframeCapture</a></li> <li><a href="client-api/Easyrtc_Rates.html">Easyrtc_Rates</a></li> <li><a href="client-api/Easyrtc_Recorder.html">Easyrtc_Recorder</a></li> </ul> <h2>EasyRTC Server Modules</h2> <ul> <li><a href="server-api/module-easyrtc_default_event_listeners.html">easyrtc_default_event_listeners</a></li> <li><a href="server-api/module-easyrtc_default_options.html">easyrtc_default_options</a></li> <li><a href="server-api/module-easyrtc_private_obj.html">easyrtc_private_obj</a></li> <li><a href="server-api/module-easyrtc_public_obj.html">easyrtc_public_obj</a></li> <li><a href="server-api/module-easyrtc_util.html">easyrtc_util</a></li> <li><a href="server-api/module-general_util.html">general_util</a></li> </ul> <h2>EasyRTC Server Classes</h2> <ul> <li><a href="server-api/module-easyrtc_default_event_listeners-eventListener.html">eventListener</a></li> <li><a href="server-api/module-easyrtc_public_obj-pub.html">pub</a></li> <li><a href="server-api/module-easyrtc_public_obj-pub.events.html">events</a></li> <li><a href="server-api/module-easyrtc_public_obj-pub.util.html">util</a></li> <li><a href="server-api/module-easyrtc_util-eu.html">eu</a></li> <li><a href="server-api/module-general_util-g.html">g</a></li> <li><a href="server-api/pub.appObj.html">appObj</a></li> <li><a href="server-api/pub.appObj.connectionObj.html">connectionObj</a></li> <li><a href="server-api/pub.appObj.connectionObj.connectionRoomObj.html">connectionRoomObj</a></li> <li><a href="server-api/pub.appObj.roomObj.html">roomObj</a></li> <li><a href="server-api/pub.appObj.sessionObj.html">sessionObj</a></li> </ul> </section> </div> </div> <footer class="template"> <div class="wrapper-content"> <p>Copyright &copy;2016 EasyRTC</p> </div> </footer> </body> </html>