IRTCParticipant3

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

This interface contains additional methods and properties for the Participant object. It extends the IRTCParticipant2 interface.

Methods

The following table shows the methods for this interface in vtable order. This is the order in which the compiler calls the methods. This interface inherits the methods for the IUnknown and IRTCParticipant2 interfaces.

The following table shows the IRTCParticipant2 methods.

Method Description

IRTCParticipant2::get_DeviceID

Gets the device ID of the participant.

IRTCParticipant2::get_FederationFlag

Gets information about whether a participant is a federated user and whether that federated system is archiving instant messages.

The following table shows the IRTCParticipant3 methods.

Method Description

IRTCParticipant3::get_ActiveMedia

This method allows an application to acquire the active media stream of a participant in the session.

IRTCParticipant3::get_AudioMuted

MAE1.5 *Applies to Windows Embedded CE 6.0 R2

* This method retrieves a value that indicates whether audio playback is muted, or inaudible.

IRTCParticipant3::get_IVideoWindow

This method allows an application to get the IVideoWindow Interface of a participant in the session associated with the specified video window.

> [!NOTE] > This method is not supported on Windows Embedded CE.

IRTCParticipant3::get_SendVideoStopped

Applies to Windows Embedded CE 6.0 R2

This method enables an application to retrieve a value that indicates whether video playback is stopped on the Participant object.

IRTCParticipant3::get_Volume

This method will allow an application to retrieve the volume for the particular participant.

IRTCParticipant3::put_AudioMuted

MAE1.5 *Applies to Windows Embedded CE 6.0 R2

* This method sets a value that indicates whether audio playback is muted, or inaudible.

IRTCParticipant3::put_SendVideoStopped

Applies to Windows Embedded CE 6.0 R2

This method enables an application to set a value that indicates whether to stop video playback on the Participant object.

IRTCParticipant3::put_Volume

This method will allow an application to set the volume for the particular participant.

IRTCParticipant3::ReInviteWithDescription

This method allows an application to have per-participant renegotiations of offers.

IRTCParticipant3::SendDTMF

MAE1.5 *Applies to Windows Embedded CE 6.0 R2

* This method sends a Dual-Tone Multi-Frequency (DTMF) tone.

Requirements

Header rtccore.idl
Library uuid.lib
Windows Embedded CE Windows Embedded CE 6.0 and later

See Also

Reference

RTC Client API Interfaces