Dependent function: cnfCreateConference
|
Field name |
Type |
Default |
Units |
Description |
|---|---|---|---|---|
|
flags |
DWORD |
0 |
Mask |
Capabilities the conference does not plan to use. You can disable capabilities at the resource level (in cnf.cfg as described in NaturalConference configuration file statements) or at the conference level. NaturalConference optimizes the conference resource usage according to the capabilities used, and can possibly allow the use of more members on the resource if enough system resources are freed up. Use the following flags to disable capabilities at the conference level: CNF_NO_COACHING CNF_NO_DTMF_CLAMPING CNF_NO_ECHO_CANCEL CNF_NO_TONE_CLAMPING |
|
allocated_members |
DWORD |
0 |
Member |
Number of members NaturalConference reserves for the conference. Whether the allocated members are used (joined) or not, the corresponding space is reserved on the conference resource. Call cnfResizeConference to modify the allocated.space. When using coaching (CNF_NO_COACHING is not specified in the flags), the maximum number of members in a conference is limited to 32. |
|
user_value |
DWORD |
0 |
|
Application-supplied value or pointer that can be retrieved by calling cnfGetConferenceInfo. |