Emitted when the Call has lost media connectivity and is reconnecting.
The TwilioError that caused the media connectivity loss
call.on('reconnecting', (error) => { }); Copy
call.on('reconnecting', (error) => { });
Emitted when the Call has lost media connectivity and is reconnecting.