Displaying 1 result from an estimated 1 matches for "zt_conf_flag_mask".
2004 Mar 31
4
ANNOUNCEMENT : MeetMe Web User Interface
.../
#define ZT_CONF_CONFMON 6 /* conference monitor mode */
#define ZT_CONF_CONFANNMON 7 /* conference announce/monitor
mode */
#define ZT_CONF_REALANDPSEUDO 8 /* real and pseudo port both on conf
*/
#define ZT_CONF_DIGITALMON 9 /* Do not decode or interpret */
#define ZT_CONF_FLAG_MASK 0xff00 /* mask for flags (65280) */
#define ZT_CONF_LISTENER 0x100 /* is a listener on the
conference (256)*/
#define ZT_CONF_TALKER 0x200 /* is a talker on the conference
(512)*/
#define ZT_CONF_PSEUDO_LISTENER 0x400 /* pseudo is a listener on the
conference (1024)*/
#...