side-huddle 0.1.2

Detect meetings locally and capture audio as WAV
Documentation
1
2
3
4
    pub(crate) mod detect {
        pub(crate) fn poll_active() -> (u32, String) { (0, String::new()) }
    }