int sm_conference_remove_party(struct sm_conference_remove_party_parms *parms)
typedef struct sm_conference_remove_party_parms {
tSMConference conf; /* in */
tSMChannelId channelIn; /* in */
tSMChannelId channelOut; /* in */
} SM_CONFERENCE_REMOVE_PARTY_PARMS;
Removes existing party from previously created conference. The channelIn and channelOut parameters must be the same as were used in the corresponding call to sm_conference_add_party().
0 if call completed successfully, otherwise a standard error such as:
This function is part of the Prosody high level conferencing API.