Interface CallDiscardReasonEmpty

Describes the reason why a call was discarded. Subtype of CallDiscardReason.

interface CallDiscardReasonEmpty {
    @type: "callDiscardReasonEmpty";
}

Properties

Properties

@type: "callDiscardReasonEmpty"