onCallAnswered

open fun onCallAnswered(call: Call)

Tells the listener that the callee answered the call. Note that it might take some time after this callback is invoked for media stream to connect. See onCallEstablished for more information.

Parameters

call

The call that was answered.