OnConnectionListener

Interface for streamer with remote connection.

Functions

Link copied to clipboard
abstract fun onFailed(message: String)

Called when a connection failed.

Link copied to clipboard
abstract fun onLost(message: String)

Called when a successful connection has been lost. Could because peer device closes the connection or that the connection has been lost.

Link copied to clipboard
abstract fun onSuccess()

Called when a connection just succeeded.