Table of Contents Index NMS Glossary Previous Page Next Page (Page 19 of 23 in this chapter) Version


cnfSetConferenceAttribute

Description

Sets the value of a conference attribute.

Prototype

DWORD cnfSetConferenceAttribute (
CNFRESOURCEHD cnfresourcehd,
DWORD confid,
DWORD attribute,
INT32 value)

cnfresourcehd Handle returned by cnfOpenResource.

confid Conference identifier returned by cnfCreateConference.

attribute Specifies the attribute to set. See cnfGetConferenceAttribute for a complete list and description of the conference attributes.

value New value for the attribute.

Return Values

Details

See cnfGetConferenceAttribute for a complete list and description of the conference attributes, and Section 4.7 for information on setting conference attributes.

See Appendix B for further details about attribute default values.

See Also

cnfCreateConference, cnfGetConferenceAttribute, cnfGetConferenceInfo

Example

// Setup 1 second between each active talker change event
error =
cnfSetConferenceAttribute( cnfresourcehd, confid,
CONF_ATTR_ACTIVE_TALKERS_TIMER,
1000);


Table of Contents Index NMS Glossary Previous Page Next Page (Page 19 of 23 in this chapter) Version


Want to send us feedback on our documentation? Email: Tech_Pubs@nmss.com
Copyright © 2000, Natural MicroSystems, Inc. All rights reserved.