This repository was archived by the owner on Mar 22, 2022. It is now read-only.
Merged
Conversation
Simplify the instructions to checkout the repository by using the `--recursive` flag to `git clone` instead of suggesting to manually update submodules in two steps.
Use direct GitHub links instead of manually-crafted ones when referencing issues, even from other repositories, to enable cross-repository notification messages.
This reverts commit f600238.
Avoid talking about "streaming" in the README, which may be confused with one-way streaming like HTML5 video or other similar technologies. Instead use the term "real-time communication" to underline the two-way nature of the communications streams.
Member
Author
|
@eanders-ms I checked and now that #16 is fixed one simply need to do a |
Deprecate the `dev` branch, which is fully merged into `master`, to avoid any confusion, and mention `master` as the development branch. Briefly mention the `feature/m75` branch where upgrade to WebRTC M75 release just started.
This was not immediately obvious, as was referenced only from the WebRTC UWP project's README. Now explicitly listing it as dependency.
fiban-havok
reviewed
Jul 22, 2019
fiban-havok
reviewed
Jul 22, 2019
fiban-havok
approved these changes
Jul 22, 2019
This was referenced Feb 10, 2022
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Simplify checkout instructions now that #16 is fixed.
Other minor rephrasing and clarifications.