If the status is ovrNetSyncConnectionStatus_Disconnected(),
ovrNetSyncDisconnectReason() specifies the reason. ovrNetSyncDisconnectReason_Unknown() - The disconnect reason was unknown. ovrNetSyncDisconnectReason_LocalTerminated() - The disconnect was requested by an user. ovrNetSyncDisconnectReason_ServerTerminated() - The server closed the connection. ovrNetSyncDisconnectReason_Failed() - The initial connection never succeeded. ovrNetSyncDisconnectReason_Lost() - The disconnect was caused by network timeout.