Interface CallStateDiscarded

The call has ended successfully. Subtype of CallState.

interface CallStateDiscarded {
    @type: "callStateDiscarded";
    need_debug_information?: boolean;
    need_log?: boolean;
    need_rating?: boolean;
    reason: CallDiscardReason;
}

Properties

@type: "callStateDiscarded"
need_debug_information?: boolean

True, if the call debug information must be sent to the server.

need_log?: boolean

True, if the call log must be sent to the server.

need_rating?: boolean

True, if the call rating must be sent to the server.

The reason why the call has ended.