cti.ConfMuteChannel Method
Vendetta specific. Mutes / Un-mutes a person from the conference.
[Visual Basic]
Public Shared Function ConfMuteChannel( _
ByVal
vnddev As
Integer, _
ByVal
mute As
Integer, _
ByVal
dev As
Integer _
) As
Integer
[C#]
public static
int ConfMuteChannel(
int vnddev,
int mute,
int dev);
Parameters
-
vnddev
- Vendetta board device handle returned fro CTIOpenDCB
-
mute
- 1 to mute them, 0 to un-mute
-
dev
- The device returned from one of the CTIOpen calls
Return Value
0=successful non-zero if failure
See Also
cti Class | CTI32NetLib Namespace