udpCurrentlyAvailable property

bool udpCurrentlyAvailable

If audio is currently transmitted using udp. If this is false, tcp transport is used.

This can only be true if shouldUseUdp is set. There are variouse reasons why udp is not used even if shouldUseUdp, e.g. the servers udp heartbeats are not receieved or the nonce is currently out of sync.

The value of this field may change over time. For example when switching back to udp after using tcp.

Implementation

bool get udpCurrentlyAvailable;