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