Usage
Check an end-user's connection status
Sometimes, it is useful to check whether an end-user’s connection is working. For example, you might want to display a “connection status” indicator in your app’s UI.
To do this, you can use the method conductor.endUsers.ping()
to check whether the specified connection can connect and process requests end-to-end. If an error occurs, we strongly recommend displaying the property error.userFacingMessage
to your end-user in your app’s UI because it contains instructions for how your end-user can resolve the error.