Navigation
API > API/Plugins > API/Plugins/PixelStreaming > API/Plugins/PixelStreaming/FPixelStreamingPeerConnection
References
| Module | PixelStreaming |
| Header | /Engine/Plugins/Media/PixelStreaming/Source/PixelStreaming/Public/PixelStreamingPeerConnection.h |
| Include | #include "PixelStreamingPeerConnection.h" |
| Source | /Engine/Plugins/Media/PixelStreaming/Source/PixelStreaming/Private/PixelStreamingPeerConnection.cpp |
void SetRemoteDescription
&40;
webrtc::SessionDescriptionInterface &42; SDP,
const VoidCallback & SuccessCallback,
const ErrorCallback & ErrorCallback
&41;
Remarks
Asynchronously sets the remote description using the given session description object.
Parameters
| Name | Description |
|---|---|
| SDP | The WebRTC session description object. |
| SuccessCallback | A callback to be called when the remote description was successfully set. |
| ErrorCallback | A callback to be called on the event of an error. |