Skip to content

Latest commit

 

History

History
44 lines (33 loc) · 2.01 KB

File metadata and controls

44 lines (33 loc) · 2.01 KB

Voice Call Docs Index

This folder is split into small docs and single-purpose examples for the voice convenience surface:

  • client.voice.call(...)
  • client.voice.transfer(...)
  • client.voice.hangup(...)

Base Examples

Topic Docs (Options + Description)

Action-by-Action Files

Voice transfer uses the same PCMO pipeline action schema. Each action has a dedicated doc and python example:

Run

python example/voice_call/01_voice_call_direct.py
python example/voice_call/02_voice_transfer_direct.py
python example/voice_call/actions/connect.py