Interface CallDiscardReasonMissed

The call was ended before the conversation started. It was canceled by the caller or missed by the other party. Subtype of CallDiscardReason.

interface CallDiscardReasonMissed {
    @type: "callDiscardReasonMissed";
}

Properties

Properties

@type: "callDiscardReasonMissed"