expose call tx/rx info

This commit is contained in:
liamcottle 2025-11-24 17:46:22 +13:00
commit 63be82f601

View file

@ -374,6 +374,10 @@ class ReticulumMeshChat:
"is_outgoing": telephone_active_call.is_outgoing,
"remote_identity_hash": remote_identity_hash,
"remote_identity_name": remote_identity_name,
"tx_packets": telephone_active_call.tx,
"rx_packets": telephone_active_call.rx,
"tx_bytes": telephone_active_call.txbytes,
"rx_bytes": telephone_active_call.rxbytes,
}
return web.json_response({