ProgramCallItem
此内容尚不支持你的语言。
type ProgramCallItem = object;Type Declaration
Section titled “Type Declaration”callId
Section titled “callId”callId: string;code: string;fingerprint
Section titled “fingerprint”fingerprint: string;optional id?: string;providerData?
Section titled “providerData?”optional providerData?: Record<string, any>;type: "program";