IPConf MSP Interfaces

[ The IPConf MSP Interfaces are not available for use in Windows Vista, Windows Server 2008, and subsequent versions of the operating system. The RTC Client API provides similar functionality.]

The IP conferencing MSP implements several provider-specific interfaces for participant control. These interfaces are exposed on the call object, if this MSP is associated with the call.

The ITParticipantEvent and IEnumParticipant interfaces are stand-alone objects, and are listed here for reference convenience.

Interface Description
IMulticastControl Allows an application to set and get the loopback mode ( MULTICAST_LOOPBACK_MODE) for a multicast conference object.
ITParticipant Allows an application to retrieve information on conference participants, and get pointers to the streams associated with those participants.
ITParticipantControl Allows an application to retrieve pointers to the participants in a conference.
ITParticipantEvent Allows an application to retrieve event information concerning a conference participant.
IEnumParticipant Enumerates ITParticipant.