get

open fun get(call: Call, onSuccess: suspend (Call) -> Unit? = null, onError: suspend (Exception) -> Unit? = null)

Get a call. Used in cases like "incoming call" where you are sure that the call is already created.

Parameters

call

the call

onSuccess

invoked when operation is sucessfull

onError

invoked when operation failed.