pingTimeout property

Duration pingTimeout
final

If a ping message from this client to the mubmle server is not answered within this duration, the connection to the mumble server is considered dead.

The MumbleClient will invoke MumbleClientListener.onError with a TimeoutException.

Implementation

final Duration pingTimeout;