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 ReceiveAnswer
&40;
const FString & SDP,
const VoidCallback & SuccessCallback,
const ErrorCallback & ErrorCallback
&41;
Remarks
Asynchronously sets the remote description from a session description string answered from a signalling server.
Parameters
| Name | Description |
|---|---|
| SDP | The string representation of the remote session description. |
| 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. |