Interface CallDiscardReasonHungUp

The call was ended because one of the parties hung up. Subtype of CallDiscardReason.

interface CallDiscardReasonHungUp {
    @type: "callDiscardReasonHungUp";
}

Properties

Properties

@type: "callDiscardReasonHungUp"