Skip to main content

Crate dailyco

Crate dailyco 

Source
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 make Daily API requests with.
DailyCoErrorInfo
Information about the error returned by Daily.
RoomProperties
Properties for a Daily room, defined here. Following the API docs, fields not found in a request are assumed to have their default values.
RoomPropertiesBuilder
A builder to specify properties for a Daily room, defined here.

Enums§

DailyCoErrorKind
The error type returned by Daily, defined here.
Error
The possible errors when making requests to Daily.

Type Aliases§

Result
A Result alias where the Err case is dailyco::Error.