Allows application software to specify the enable state of conference calling. If your application does not require conference call capability, you should disable conference call support by setting this member to zero. Doing so will reduce the memory requirements of your VOIP application.
Note:
If you are not licensed to use conference calling, this member is ignored.

Namespace:  LanScape
Assembly:  LMEVoipManaged (in LMEVoipManaged.dll) Version: 6.0.5226.26700

Syntax

C#
public bool CallConferenceEnabled
Visual Basic (Declaration)
Public CallConferenceEnabled As Boolean
Visual C++
public:
bool CallConferenceEnabled
J#
public boolean CallConferenceEnabled

See Also