Skip to content

Commit

Permalink
Links to our forum added.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rod Apeldoorn committed Dec 19, 2013
1 parent 3822b86 commit 0d8a478
Show file tree
Hide file tree
Showing 9 changed files with 62 additions and 5 deletions.
9 changes: 8 additions & 1 deletion docs/easyrtc_authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,4 +95,11 @@ In this simplistic example, any clients connecting to the adminSite application
- If client should not be authenticated, call with an Error for the parameter
- `next(new easyrtc.util.ConnectionError("Failed our private auth."));`

For more information about EasyRTC server events, see [easyrtc_server_events.md](easyrtc_server_events.md)
For more information about EasyRTC server events, see [easyrtc_server_events.md](easyrtc_server_events.md)


If You Run Into Problems
------------------------
Please feel free to post on our discussion forum:

* [https://groups.google.com/forum/#!forum/easyrtc](https://groups.google.com/forum/#!forum/easyrtc)
8 changes: 6 additions & 2 deletions docs/easyrtc_client_tutorial.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
EasyRTC Framework Tutorial
=======================

Last updated September 16, 2013.

Overview
---------

Expand Down Expand Up @@ -563,3 +561,9 @@ You can disconnect from the server by calling easyrtc.disconnect. Example use:

easyrtc.disconnect();


If You Run Into Problems
------------------------
Please feel free to post on our discussion forum:

* [https://groups.google.com/forum/#!forum/easyrtc](https://groups.google.com/forum/#!forum/easyrtc)
6 changes: 6 additions & 0 deletions docs/easyrtc_rooms.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,3 +105,9 @@ When a client has requested to leave a room, the "roomLeave" event is fired. By
- Control which other clients receive an update that a client left the room
- Perform application logic, where rooms may be matched to a database entry


If You Run Into Problems
------------------------
Please feel free to post on our discussion forum:

* [https://groups.google.com/forum/#!forum/easyrtc](https://groups.google.com/forum/#!forum/easyrtc)
7 changes: 7 additions & 0 deletions docs/easyrtc_server_configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -228,3 +228,10 @@ Available Server Options
- Username
- Can be set at application level
- Defaults to: /^(.){1,64}$/i


If You Run Into Problems
------------------------
Please feel free to post on our discussion forum:

* [https://groups.google.com/forum/#!forum/easyrtc](https://groups.google.com/forum/#!forum/easyrtc)
9 changes: 8 additions & 1 deletion docs/easyrtc_server_events.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,11 @@ Many EasyRTC listeners include a callback as the last parameter. Conventions wil

The best spot (currently) to see all the available events is by reading the default event listeners documentation. This will give you an idea of the events, parameters, and default behavior.

- /docs/server_html_docs/module-easyrtc_default_event_listeners-eventListener.html
- /docs/server_html_docs/module-easyrtc_default_event_listeners-eventListener.html


If You Run Into Problems
------------------------
Please feel free to post on our discussion forum:

* [https://groups.google.com/forum/#!forum/easyrtc](https://groups.google.com/forum/#!forum/easyrtc)
7 changes: 7 additions & 0 deletions docs/easyrtc_server_ice.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,3 +93,10 @@ Even with TURN, a WebRTC peer connections can fail.
- High latency
- Packet loss
- Poor client processing power


If You Run Into Problems
------------------------
Please feel free to post on our discussion forum:

* [https://groups.google.com/forum/#!forum/easyrtc](https://groups.google.com/forum/#!forum/easyrtc)
8 changes: 7 additions & 1 deletion docs/easyrtc_server_ssl.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,10 @@ Example server.js file using SSL:
Using an SSL Gateway or Load Balancing server:
----------------------------------------------

For performance, load balancing, or firewall reasons you may wish to use an SSL gateway or load balancer. These often entail the gateway handling SSL, then routing requests to an EasyRTC server in a virtual private network. The gateway should be set to include the X-Forwarded-For http header. There are many solutions for doing this, each with their own instructions.
For performance, load balancing, or firewall reasons you may wish to use an SSL gateway or load balancer. These often entail the gateway handling SSL, then routing requests to an EasyRTC server in a virtual private network. The gateway should be set to include the X-Forwarded-For http header. There are many solutions for doing this, each with their own instructions.

If You Run Into Problems
------------------------
Please feel free to post on our discussion forum:

* [https://groups.google.com/forum/#!forum/easyrtc](https://groups.google.com/forum/#!forum/easyrtc)
7 changes: 7 additions & 0 deletions docs/easyrtc_upcoming_features.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,10 @@ Demos
Other
-----
* As the specifications and browsers are improved, we'll follow.


Any Features You Would Like?
----------------------------
Please feel free to post on our discussion forum:

* [https://groups.google.com/forum/#!forum/easyrtc](https://groups.google.com/forum/#!forum/easyrtc)
6 changes: 6 additions & 0 deletions docs/easyrtc_with_other_servers.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,9 @@ Here are some steps to running the simple audio video demo from your web server.
http://localhost/demos/demo_audio_video_simple.html

Your own WebRTC app can then be developed in a similar fashion.

If You Run Into Problems
------------------------
Please feel free to post on our discussion forum:

* [https://groups.google.com/forum/#!forum/easyrtc](https://groups.google.com/forum/#!forum/easyrtc)

0 comments on commit 0d8a478

Please sign in to comment.