This folder is split into small docs and single-purpose examples for pcmo.call and pcmo.transfer.
- 01_client_setup.py
- 02_pcmo_call_minimal.py
- 03_pcmo_call_all_actions.py
- 04_pcmo_transfer_basic.py
- 05_pcmo_transfer_all_actions.py
- 06_pcmo_error_handling.py
- docs/README.md
- docs/01_client_setup.md
- docs/02_pcmo_call.md
- docs/03_pcmo_transfer.md
- docs/04_error_handling.md
Each PCMO pipeline action is split into its own doc and python file:
- actions/README.md
- actions/param.md / actions/param.py
- actions/play.md / actions/play.py
- actions/play_get_input.md / actions/play_get_input.py
- actions/input.md / actions/input.py
- actions/record.md / actions/record.py
- actions/connect.md / actions/connect.py
- actions/hangup.md / actions/hangup.py
python example/pcmo_call/02_pcmo_call_minimal.py
python example/pcmo_call/actions/connect.py