
Swift bindings BEGONE Release Notes: - Switched from using the Swift LiveKit bindings, to the Rust bindings, fixing https://github.com/zed-industries/zed/issues/9396, a crash when leaving a collaboration session, and making Zed easier to build. --------- Co-authored-by: Conrad Irwin <conrad.irwin@gmail.com> Co-authored-by: Michael Sloan <michael@zed.dev>
5 lines
62 B
Rust
5 lines
62 B
Rust
pub mod call_settings;
|
|
|
|
mod call_impl;
|
|
|
|
pub use call_impl::*;
|