Interface CallDiscardReasonDeclined

The call was ended before the conversation started. It was declined by the other party. Subtype of CallDiscardReason.

interface CallDiscardReasonDeclined {
    @type: "callDiscardReasonDeclined";
}

Properties

Properties

@type: "callDiscardReasonDeclined"