Expand description
This crate provides Rust bindings to interact with the Daily API.
Modules§
- configuration
- Miscellaneous enum definitions for
Dailyconfiguration options. - meeting_
token - Definition and creation of
Dailymeeting tokens. - recording
- Functionality related to
Dailyrecordings. - room
- Definition and creation of
Dailyrooms.
Structs§
- Client
- A
Clientto makeDailyAPI requests with. - Daily
CoError Info - Information about the error returned by
Daily. - Room
Properties - Properties for a
Dailyroom, 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
Dailyroom, defined here.
Enums§
- Daily
CoError Kind - The
errortype returned byDaily, defined here. - Error
- The possible errors when making requests to
Daily.
Type Aliases§
- Result
- A
Resultalias where theErrcase isdailyco::Error.