-
Notifications
You must be signed in to change notification settings - Fork 349
Add FAQs #77
base: master
Are you sure you want to change the base?
Add FAQs #77
Conversation
|
@samdutton As discussed, trying to create some FAQs to tackle some of the common questions. Kindly review and add your own suggestions :) In my opinion, this should be fixing #70, #72, #73, #74, #75. This also touches on #32 and #48, although those perhaps requires further work from our side (which is on hold because of the TURN and STUN servers). |
README.md
Outdated
|
|
||
| There are several repositories on GitHub built in [PHP](https://github.com/search?l=php&q=webrtc&type=Repositories) or [Python](https://github.com/search?l=Python&q=webrtc&type=Repositories) that can help you get started. | ||
|
|
||
| ### Can I use WebRTC in a server? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I get what you're saying, but maybe 'Can I run a WebRTC app from a remote server?'
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
README.md
Outdated
| There are several repositories on GitHub built in [PHP](https://github.com/search?l=php&q=webrtc&type=Repositories) or [Python](https://github.com/search?l=Python&q=webrtc&type=Repositories) that can help you get started. | ||
|
|
||
| ### Can I use WebRTC in a server? | ||
| Yes. WebRTC is a web API which is intended to be used in a real server. However, note that in order for WebRTC to work, you will need to serve over HTTPs and have your own [signaling system](https://www.html5rocks.com/en/tutorials/webrtc/infrastructure/). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
HTTPs => HTTPS
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
|
Applied both suggestions. |
Add further examples from WebRTC samples on multiple peer conection
|
@samdutton Friendly bump up here. |
|
lgtm % nits |
|
@samdutton I can't see the nits. I only see "Can I run a WebRTC app from a remote server?" and "HTTPS" which are both fixed. Did I miss something or is the review still pending? Thanks! |
nitobuendia
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Confirming changes done.
README.md
Outdated
| There are several repositories on GitHub built in [PHP](https://github.com/search?l=php&q=webrtc&type=Repositories) or [Python](https://github.com/search?l=Python&q=webrtc&type=Repositories) that can help you get started. | ||
|
|
||
| ### Can I use WebRTC in a server? | ||
| Yes. WebRTC is a web API which is intended to be used in a real server. However, note that in order for WebRTC to work, you will need to serve over HTTPs and have your own [signaling system](https://www.html5rocks.com/en/tutorials/webrtc/infrastructure/). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
README.md
Outdated
|
|
||
| There are several repositories on GitHub built in [PHP](https://github.com/search?l=php&q=webrtc&type=Repositories) or [Python](https://github.com/search?l=Python&q=webrtc&type=Repositories) that can help you get started. | ||
|
|
||
| ### Can I use WebRTC in a server? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
Create first take on FAQs, including: