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 CreateOffer
&40;
EReceiveMediaOption ReceiveOption,
const SDPCallback & SuccessCallback,
const ErrorCallback & ErrorCallback
&41;
Remarks
Asynchronously creates an offer session description for this local peer connection.
Parameters
| Name | Description |
|---|---|
| ReceiveOption | Indicates what kind of media this connection intends to receive. |
| SuccessCallback | A callback to be called when the offer is ready. |
| ErrorCallback | A callback to be called on the event of an error. |