Prosody speech processing: API: sm_conf_primix_add

This function is only in Prosody version 1 (but see the conversion guide for further details, including a facility that emulates it).

Prototype Definition

int sm_conf_primix_add(struct sm_conf_primix_add_parms *confixp)

Parameters

*confixp
a structure of the following type:
typedef struct sm_conf_primix_add_parms {
	tSM_INT channel_ix;					/* in */
	tSM_INT participant_ix;					/* in */
	tSM_INT id;						/* out */
} SM_CONF_PRIMIX_ADD_PARMS;

Description

This is same as sm_conf_prim_add() except it specifies the channels using channel indices.

Fields

channel_ix (Only in Prosody version 1)
The index number of the channel on which the conference output has been started to which a new participant is to be added.
participant_ix (Only in Prosody version 1)
The index number of the input channel which is to be added to the conference output channel.
id (Only in Prosody version 1)
An identifier which identifies this participant.

This function is part of the Prosody speech processing API.