whatsapp-rust 0.7.0

Rust client for WhatsApp Web
Documentation
1
2
3
4
5
6
7
//! Call state machine and media pipeline composition. The implementation is pure (sans-IO) and
//! lives in `wacore::voip::session`; this re-export keeps the `whatsapp_rust::voip::session` path
//! stable for the Tokio driver and the example. Live media flow over the relay is deferred.

pub use wacore::voip::session::{
    CallDirection, CallPhase, CallSession, MediaPipeline, MediaPipelineParams,
};