-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added: rtcmulticonnection-v3@3.2.86 Fixed #84 Added "connection.reset…
…Track" “connection.resetTrack” works only in Firefox, to reset last audio or video track. If you replaced a video track; you can reset to old one. Added “removeStream” ugly-hack for Firefox. Now “muteType” is passed over “onmute” and “unmuteType” is passed over “onunmute”. Now firing “onstreamended” for Firefox screen as well. You can override “connection.getScreenConstraints” to set random id, and then you’ll be able to capture multiple screens and share in parallel.
- Loading branch information
Showing
18 changed files
with
614 additions
and
154 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
node_modules | ||
bower_components | ||
|
||
make-tar.sh | ||
|
||
*.tar.gz | ||
lib-cov | ||
|
||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
node_modules | ||
bower_components | ||
|
||
make-tar.sh | ||
|
||
*.tar.gz | ||
lib-cov | ||
v2.2.2 | ||
|
This file contains 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
Oops, something went wrong.