Active Call
Call Hash
{{ audioCall?.hash || "Unknown" }}
Remote Identity Hash
{{ audioCall?.remote_identity_hash || "Unknown" }}
Remote Destination Hash
{{ audioCall?.remote_destination_hash || "Unknown" }}
Path
{{ audioCall.path.hops }} {{ audioCall.path.hops === 1 ? 'hop' : 'hops' }} away via {{ audioCall.path.next_hop_interface }} Unknown
TX Bytes
{{ formatBytes(txBytes) }}
RX Bytes
{{ formatBytes(rxBytes) }}
Incoming Audio
{{ remoteAudioCodec || "Unknown" }}
Outgoing Audio
Start a new Call
My Destination Hash
{{ myAudioCallAddressHash || "Unknown" }}
Active Calls
{{ audioCall.remote_destination_hash || "Unknown" }}
Outgoing Call... Incoming Call...
Call History
Destination: {{ audioCall.remote_destination_hash || "Unknown" }}
Call Hash: {{ audioCall.hash }}