Interface CallId

Contains the call identifier.

interface CallId {
    @type: "callId";
    id: number;
}

Properties

Properties

@type: "callId"
id: number

Call identifier.