reconnectionTimeout property
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;
reconnectionTimeout in milliseconds (Default 60 seconds)
// This is the maximum time allowed for a call to be in the RECONNECTING or DROPPED state
int? reconnectionTimeout = 60000;