Play Video
This block plays a video file to the caller.
|
Properties |
Values |
Description |
|---|---|---|
|
Video File |
Filename |
This must be a name for a local video file, with or without a path. |
|
Termination Digits |
0‑9 # and * |
N/A |
|
Clear Digits |
Yes or No |
N/A |
|
Async Mode |
Yes or No |
N/A (Yes by default) |
Implementation
This block delivers only a video file to the recipient. In addition, the block delivers control to the next block in the script when it has finished executing. This is intentional. To implement this feature properly, the following blocks must follow this block in the script:
- A Wait or Play Audio block — this block must have the same duration as that of the Play Video block. This is to ensure synchronization of the playback of the Play Video block.
- A Stop Video block — this block must be inserted after the Wait or Play Audio block to ensure that all the blocks end at the same time.