Expand description
This crate provides Rust bindings to interact with the Daily
API.
Modules§
- configuration
- Miscellaneous enum definitions for
Daily
configuration options. - meeting_
token - Definition and creation of
Daily
meeting tokens. - recording
- Functionality related to
Daily
recordings. - room
- Definition and creation of
Daily
rooms.
Structs§
- Client
- A
Client
to makeDaily
API requests with. - Daily
CoError Info - Information about the error returned by
Daily
. - Room
Properties - Properties for a
Daily
room, defined here. Following the API docs, fields not found in a request are assumed to have their default values. - Room
Properties Builder - A builder to specify properties for a
Daily
room, defined here.
Enums§
- Daily
CoError Kind - The
error
type returned byDaily
, defined here. - Error
- The possible errors when making requests to
Daily
.
Type Aliases§
- Result
- A
Result
alias where theErr
case isdailyco::Error
.