Share via


IRTCSession::Participants

This method gets a collection of the participants in this session, excluding the local user. If there are no participants in the session, an empty collection is retrieved. C and C++ applications should use IRTCSession::EnumerateParticipants.

HRESULT get_Participants(
  IRTCCollection** ppCollection
);

Parameters

  • ppCollection
    [out] Pointer to the IRTCCollection interface on the collection object. An IRTCParticipant pointer for each participant is contained in the collection. This method adds a reference to the collection object, which the caller is responsible for releasing.

Return Values

This method can return an RTC_E_ constant.

Remarks

The online status of participants in a MIM session will be available to all other participants in the session. This can result in compromised privacy information. If none of the participants in the session has blocked another participant from viewing its online status, no privacy information is compromised. However, if any participant in the session has blocked another participant from viewing its online status, the first participant's privacy information will be compromised in a MIM session.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Rtccore.h, Rtccore.idl.
Link Library: Uuid.lib.

See Also

IRTCCollection | IRTCParticipant | IRTCSession::EnumerateParticipants

 Last updated on Saturday, April 10, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.