class Timeouts { static const connection = Duration(seconds: 10); static const debounce = Duration(milliseconds: 100); static const publish = Duration(seconds: 10); static const peerConnection = Duration(seconds: 10); static const iceRestart = Duration(seconds: 10); }