Skip to content

Commit

Permalink
version: 0.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
bekriebel committed Sep 16, 2021
1 parent 0fe52c2 commit 3bbeaac
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# v0.0.11

- Allow simulcast to be enabled, but default to off. It now works, but savings aren't as high as originally thought. It may still be helpful to enable for low-resource clients, but it means that they may stop sending or receiving video if their CPU or connection cannot handle all of the streams.
- Set a default video encoding that saves some resources but still looks good based on configured resolution
- Allow users to disable receiving audio and or video. Not receiving video may help for users with limited CPU or bandwidth
- Minor typescript updates
- Minor English language fixes
- Minor logging fixes

# v0.0.10

- Disable simulcast again, due to a server side bug
Expand Down
2 changes: 1 addition & 1 deletion module.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"twitter": "@bekit"
}
],
"version": "0.0.10",
"version": "0.0.11",
"minimumCoreVersion": "0.8.8",
"compatibleCoreVersion": "0.8.9",
"manifestPlusVersion": "1.2.0",
Expand Down

0 comments on commit 3bbeaac

Please sign in to comment.