Skip to content

Commit

Permalink
version: 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bekriebel committed Nov 3, 2021
1 parent 9e36db8 commit 84c765e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# v0.2.3

- This release focuses mostly on adding debugging functions
- Add error logging for failed track subscriptions
- Update dependencies
- Add ability to issue command for all other users to connect/disconnect/render with socket events. For example: `game.socket.emit("module.avclient-livekit", { action: "connect" });`
- General code cleanup
- Await tracks publishing during connect
- Add screen sharing option. This is an unsupported feature designed for debugging, but can be used with a script command `game.webrtc.client._liveKitClient.shareScreen(true)`

# v0.2.2

- Revert workaround for bluetooth issues and update to LiveKit client v0.13.6 for proper fix
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.2.2",
"version": "0.2.3",
"minimumCoreVersion": "0.7.2",
"compatibleCoreVersion": "9.224",
"manifestPlusVersion": "1.2.0",
Expand Down

0 comments on commit 84c765e

Please sign in to comment.