Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions .changeset/send_client_os_and_os_version_from_rust.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
livekit: patch
livekit-api: patch
livekit-ffi: patch
---

# Send client os and os_version from rust

#952 by @MaxHeimbrock

Adds [os_info](https://crates.io/crates/os_info) crate as dependency and sends the data for client connections.
190 changes: 163 additions & 27 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions livekit-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ isahc = { version = "1.7.2", default-features = false, features = [ "json", "tex

scopeguard = "1.2.0"
rand = { workspace = true }
os_info = "3.14.0"

[dev-dependencies]
tokio = { workspace = true, features = ["rt", "rt-multi-thread", "net", "time", "macros", "io-util"] }
Loading
Loading