SignalingClient.Observer.onError()
DESCRIPTION
Callback invoked if an error occurs on the signaling channel.
The error can be triggered locally by the SDK, or remotely by the Camera sending an error message. All errors are fatal, so the channel should be closed when an error occurs.
DECLARATION
void onError(Throwable error)
PARAMETERS
error:
- The error that occurred.