Share via


IRTCParticipant3::get_ActiveMedia

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

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

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

Syntax

HRESULT get_ActiveMedia(
  long* plMediaType
);

Parameters

  • plMediaType
    [out] An RTCMT_ constant specifying the media that is being used.

Return Value

This method can return an RTC_E_ constant.

RTC_E_CLIENT_NOT_INITIALIZED - The client has not been initialized.

Requirements

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

See Also

Concepts

IRTCParticipant3