Skip to main content

apply_voice_event

Function apply_voice_event 

Source
fn apply_voice_event(
    messages: &Rc<RefCell<Vec<ChatMessage>>>,
    forest: &Rc<RefCell<ForestView>>,
    event: &VoiceEvent,
) -> Result<()>