opt: rename to dual-way

This commit is contained in:
Kingtous
2023-01-30 22:57:20 +08:00
parent 8ab49d11d1
commit 05822991bf
38 changed files with 43 additions and 49 deletions

View File

@@ -669,13 +669,6 @@ impl<T: InvokeUiSession> Session<T> {
}
}
}
fn get_audio_transmission_mode(&self, id: &str) {
}
fn set_audio_transmission_mode(&self, id: &str, mode: String) {
}
}
pub trait InvokeUiSession: Send + Sync + Clone + 'static + Sized + Default {