Asterisk - The Open Source Telephony Project GIT-master-7e7a603
Data Fields
ast_ari_bridges_remove_channel_args Struct Reference

#include <resource_bridges.h>

Data Fields

const char * bridge_id
 
const char ** channel
 
size_t channel_count
 
char * channel_parse
 

Detailed Description

Argument struct for ast_ari_bridges_remove_channel()

Definition at line 180 of file resource_bridges.h.

Field Documentation

◆ bridge_id

const char* bridge_id

Bridge's id

Definition at line 182 of file resource_bridges.h.

◆ channel

const char** channel

Array of Ids of channels to remove from bridge

Definition at line 184 of file resource_bridges.h.

◆ channel_count

size_t channel_count

Length of channel array.

Definition at line 186 of file resource_bridges.h.

◆ channel_parse

char* channel_parse

Parsing context for channel.

Definition at line 188 of file resource_bridges.h.


The documentation for this struct was generated from the following file: