When the session is in the active state, and there are some network issues, the Handler will try to restore the connection per OnixS::ICE::BOE::SessionSettings::reconnectAttempts and OnixS::ICE::BOE::SessionSettings::reconnectInterval settings.
When a network error is detected, the session changes its state to OnixS::ICE::BOE::SessionStateId::Reconnecting and tries to re-establish the connection OnixS::ICE::BOE::SessionSettings::reconnectAttempts() times with the OnixS::ICE::BOE::SessionSettings::reconnectInterval() delays between attempts.