Cargo Features

[dependencies]
medea-client-api-proto = { version = "0.5.0", default-features = false, features = ["client", "server", "extended-stats"] }
default = client

The client feature is set by default whenever medea-client-api-proto is added without default-features = false somewhere in the dependency tree.

client default

Enables async-trait

server

Affects medea-client-api-proto::Incrementable

extended-stats

Affects stats::MediaStreamStats, stats::DataChannelStats, stats::RtcPeerConnectionStats, stats::RtpContributingSourceStats, stats::RtcRtpTransceiverStats, stats::SenderStatsKind, stats::ReceiverStatsKind, stats::RtcCodecStats, stats::RtcCertificateStats, stats::RtcIceServerStats