reconnectionTimeout property

int? reconnectionTimeout
getter/setter pair

reconnectionTimeout in milliseconds (Default 60 seconds)

Implementation

// This is the maximum time allowed for a call to be in the RECONNECTING or DROPPED state
int? reconnectionTimeout = 60000;