dailyco
Rust bindings to interact with the Daily API.
We aim to eventually support the entire API surface, for now this crate supports
- Room creation
- Getting + deleting room(s)
- Meeting tokens
Example
Let's make a customized meeting room and generate a meeting token to join it. To run this example you will need to make an account with Daily to generate a valid API key.
use CreateMeetingToken;
use ;
async
Installation
The dailyco client is just a thin wrapper around a reqwest::Client. Because of this,
in future we aim to add a feature set which forwards relevant features to reqwest. For
now,
[]
= { = "0.1.0" }
License
Licensed under either of
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.