Interface CallStateHangingUp

The call is hanging up after discardCall has been called. Subtype of CallState.

interface CallStateHangingUp {
    @type: "callStateHangingUp";
}

Properties

Properties

@type: "callStateHangingUp"