Interface CallProblemDropped

The call ended unexpectedly. Subtype of CallProblem.

interface CallProblemDropped {
    @type: "callProblemDropped";
}

Properties

Properties

@type: "callProblemDropped"