IRTCClient2::SetSessionDescriptionManager

The SetSessionDescriptionManager method specifies the pointer to the applications implementation of the IRTCSessionDescriptionManager interface.

HRESULT SetSessionDescriptionManager(IRTCSessionDescriptionManager*pSessionDescriptionManager);

Parameters

  • pSessionDescriptionManager
    [in] Pointer to the applications implementation of the IRTCSessionDescriptionManager interface.

Return Values

RTC methods may return an RTC_E_ constant.

Value Meaning
RTC_CLIENT_NOT_INITIALIZED The client object has not been initialized.
RTC_E_MEDIA_DISABLED The media manager has been disabled.

Remarks

The IRTCSessionDescriptionManager interface is supplied to the RTC Client API by applications that want to manage session negotiations. For more information, see the session negotiation topic.

Requirements

Redistributable: Requires Rtcdll.dll on Windows 2000, Windows XP, and Windows Server 2003.
Header: Declared in Rtccore.h.
Library: Included as a resource in Rtcdll.dll.
GUID: IID_IRTCClient2 is defined as 0C91D71D-1064-42da-BFA5-572BEB8EEA84.

See Also

IRTCClient2, IRTCSessionDescriptionManager, Session Negotiation