Interface CallStateError

The call has ended with an error. Subtype of CallState.

interface CallStateError {
    @type: "callStateError";
    error: Error;
}

Properties

Properties

@type: "callStateError"
error: Error

Error. An error with the code 4005000 will be returned if an outgoing call is missed because of an expired timeout.