Interface: InitiateCallResult
Defined in: packages/agentos/src/voice/IVoiceCallProvider.ts:50
Result of initiating a call.
Properties
error?
optionalerror:string
Defined in: packages/agentos/src/voice/IVoiceCallProvider.ts:56
Error message if not successful.
providerCallId
providerCallId:
string
Defined in: packages/agentos/src/voice/IVoiceCallProvider.ts:52
Provider-assigned call ID.
success
success:
boolean
Defined in: packages/agentos/src/voice/IVoiceCallProvider.ts:54
Whether the call was accepted by the provider.