onCallEstablished

abstract fun onCallEstablished(call: Call)

Tells the listener that the call has entered the CallState.ESTABLISHED state.

Parameters

call

The call that was established.