Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add FAQs #77

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Add FAQs #77

wants to merge 3 commits into from

Conversation

nitobuendia
Copy link
Contributor

Create first take on FAQs, including:

  • Using other technologies other than node.js
  • Putting the codelab and/or WebRTC on a server.
  • Connecting several peers.
  • Doing more than just video/audio conferencing.

Create first take on FAQs, including:
- Using other technologies other than node.js
- Putting the codelab and/or WebRTC on a server.
- Connecting several peers.
- Doing more than just video/audio conferencing.
@nitobuendia
Copy link
Contributor Author

@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?
Copy link
Contributor

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?'

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

README.md Outdated

### 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/).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

HTTPs => HTTPS

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

@nitobuendia
Copy link
Contributor Author

Applied both suggestions.

Add further examples from WebRTC samples on multiple peer conection
@nitobuendia nitobuendia mentioned this pull request Apr 23, 2018
@nitobuendia
Copy link
Contributor Author

@samdutton Friendly bump up here.

@nitobuendia nitobuendia mentioned this pull request Jun 15, 2018
@samdutton
Copy link
Contributor

lgtm % nits

@nitobuendia
Copy link
Contributor Author

@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!

Copy link
Contributor Author

@nitobuendia nitobuendia left a 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

### 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/).
Copy link
Contributor Author

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?
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants