| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 
#include <resource_channels.h>
| Data Fields | |
| const char * | app | 
| const char * | app_args | 
| const char * | channel_id | 
| const char * | snoop_id | 
| const char * | spy | 
| const char * | whisper | 
Argument struct for ast_ari_channels_snoop_channel()
Definition at line 730 of file resource_channels.h.
| const char* app | 
Application the snooping channel is placed into
Definition at line 738 of file resource_channels.h.
| const char* app_args | 
The application arguments to pass to the Stasis application
Definition at line 740 of file resource_channels.h.
| const char* channel_id | 
Channel's id
Definition at line 732 of file resource_channels.h.
| const char* snoop_id | 
Unique ID to assign to snooping channel
Definition at line 742 of file resource_channels.h.
| const char* spy | 
Direction of audio to spy on
Definition at line 734 of file resource_channels.h.
| const char* whisper | 
Direction of audio to whisper into
Definition at line 736 of file resource_channels.h.