mirror of
https://github.com/liamcottle/reticulum-meshchat.git
synced 2026-04-28 00:20:48 +00:00
expose call tx/rx info
This commit is contained in:
parent
3392151cd8
commit
63be82f601
1 changed files with 4 additions and 0 deletions
|
|
@ -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({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue