Commit f0ffd06
authored
add --auto-subscribe cli option to enable auto-subscribe to published tracks in a room (#566)
* add cli option to enable auto-subscribe to published tracks in a room
* revert default to true to keep existing behavior unchanged
* Revert "revert default to true to keep existing behavior unchanged"
This reverts commit 82aa183.
* clean up cli command parsing, remove unnecessary code
* bump version to 2.4.71 parent 898d0da commit f0ffd06
2 files changed
+9
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
177 | 177 | | |
178 | 178 | | |
179 | 179 | | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
180 | 185 | | |
181 | 186 | | |
182 | 187 | | |
| |||
784 | 789 | | |
785 | 790 | | |
786 | 791 | | |
| 792 | + | |
| 793 | + | |
787 | 794 | | |
788 | 795 | | |
789 | 796 | | |
| |||
907 | 914 | | |
908 | 915 | | |
909 | 916 | | |
910 | | - | |
| 917 | + | |
911 | 918 | | |
912 | 919 | | |
913 | 920 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
0 commit comments