Rate this page:

ICallCompletionHandler

Interface that provides API to receive the result of call or mid-call operations.

Methods

onComplete

Copy URL
onComplete(): 

void

Reports that a requested operation is completed successfully

Returns

  • type:

    void

onFailure

Copy URL
onFailure(exception: 

CallException

):

void

Reports that a requested operation is failed

Parameters

Returns

  • type:

    void