Previous PageTable Of Contents../index.htmlIndexNext Page

dcb_remfromconf( )

Description | Cautions | Example | Errors | See Also

Name:

int dcb_remfromconf(devh,confid,cdt)

Inputs:

int devh

int confid

MS_CDT *cdt

  DCB/SC DSP device handle

  conference ID

  pointer to conference descriptor table element

Returns:

0 if success

-1 if failure

 

Includes:

srllib.h
dcblib.h

dtilib.h

msilib.h

 

Category:

Conference Management

Mode:

synchronous

Top Of PageDescription

The dcb_remfromconf( ) function removes a conferee from a conference. The conference ID is the value previously returned by the dcb_estconf( ) function. In this case, the channel attributes of the MS_CDT structure are ignored. For a full description of the MS_CDT structure, see the dcb_estconf( ) function.

NOTE:
Calling this function frees one resource.

Parameter

Description

devh:

The DCB/SC DSP device handle.

confid:

The conference identifier number.

cdt:

Pointer to the conference descriptor table element.

NOTE:
Dialogic recommends that the appropriate xx_unlisten( ) function be called before removing the SCbus time slot member.

Top Of PageCautions

  1. An error will be returned if this function is used to attempt removal of the last remaining conferee from a conference. The dcb_delconf( ) function must be used to end a conference.
  2. This function also fails when:

Top Of PageExample

Top Of PageErrors

If the function does not complete successfully, it will return -1 to indicate an error. Use the Standard Attribute functions ATDV_LASTERR( ) to obtain the applicable error value, or ATDV_ERRMSGP( ) to obtain a more descriptive error message.

Refer to the error type tables found in Chapter 2 of this guide. Error defines can be found in dtilib.h, msilib.h or dcblib.h.

Top Of PageSee Also


Previous PageTable Of ContentsTop Of PageIndexNext Page

Click here to contact Dialogic Customer Engineering

Copyright 2000, Dialogic Corporation
All rights reserved
This page generated January, 2002