-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Make Simulcast API public #861
Conversation
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.
LGTM! 👍
Just a doc comment
doc/client_api.md
Outdated
``` | ||
|
||
### Publish Simulcast Streams | ||
|
||
You can enable Simulcast in the publisher by adding the next option: |
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'd warn here of the current simulcast limitation: i.e. Chrome only and no recording.
…e into enable/public_simulcast_api
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.
👍
Description
It allows developers to start using Simulcast in Chrome by setting a new option called simulcast.
[] It needs and includes Unit Tests
Changes in Client or Server public APIs
There's a new small section to show an example of a publisher sending a Simulcast stream.
/doc
.