Ghamza-Jd / jarust

A janus client SDK in Rust 🦀
Apache License 2.0
8 stars 3 forks source link

chore: expose jaconnection and error to the lib user #29

Closed Ghamza-Jd closed 9 months ago

Ghamza-Jd commented 9 months ago

JaConnection isn't exposed, so we can't store it in a struct since the lib user don't have access to the type.

Currently, it's only accessible via the connect function which returns an instance of JaConnection.