renderState

abstract fun renderState(callState: ConnectionState)

Invoked when the state has changed and the UI needs to be updated accordingly.

Parameters

callState

The state that will be used to render the updated UI.