Cargo Features
[dependencies]
medea-client-api-proto = { version = "0.7.0", default-features = false, features = ["client", "server", "extended-stats"] }
- default = client
-
The
client
feature is set by default whenevermedea-client-api-proto
is added without
somewhere in the dependency tree.default-features = false - 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
…