getCall

abstract fun getCall(callId: String): Call?

Returns the Call object with the given callId.

Return

A Call instance if one matches, otherwise null.

Parameters

callId

The call identifier string.