Merge remote-tracking branch 'origin/feat/android-voip-client' into feat/desktop-audio-rewrite

This commit is contained in:
Siavash Sameni
2026-04-06 09:04:55 +04:00
13 changed files with 696 additions and 26 deletions

View File

@@ -335,6 +335,7 @@ async fn main() -> anyhow::Result<()> {
let _crypto_session = wzp_client::handshake::perform_handshake(
&*transport,
&seed.0,
None, // alias — desktop client doesn't set one yet
).await?;
info!("crypto handshake complete");