Navigation
API > API/Plugins > API/Plugins/PixelStreaming > API/Plugins/PixelStreaming/FPixelStreamingSignallingConnect-
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void SendOffer
(
const webrtc::SessionDescriptionInterface& SDP |
[Stream receiver only] Sends an offer to the streamer. | PixelStreamingSignallingConnection.h | |
virtual void SendOffer
(
FPixelStreamingPlayerId PlayerId, |
[Streamer only] Sends an offer to the specified player. | PixelStreamingSignallingConnection.h |
SendOffer(const webrtc::SessionDescriptionInterface &)
Description
[Stream receiver only] Sends an offer to the streamer.
| Name | SendOffer |
| Type | function |
| Header File | /Engine/Plugins/Media/PixelStreaming/Source/PixelStreaming/Public/PixelStreamingSignallingConnection.h |
| Include Path | #include "PixelStreamingSignallingConnection.h" |
| Source | /Engine/Plugins/Media/PixelStreaming/Source/PixelStreaming/Private/PixelStreamingSignallingConnection.cpp |
virtual void SendOffer
(
const webrtc::SessionDescriptionInterface & SDP
)
Parameters
| Name | Remarks |
|---|---|
| SDP | The local description offer. |
SendOffer(FPixelStreamingPlayerId, const webrtc::SessionDescriptionInterface &)
Description
[Streamer only] Sends an offer to the specified player.
| Name | SendOffer |
| Type | function |
| Header File | /Engine/Plugins/Media/PixelStreaming/Source/PixelStreaming/Public/PixelStreamingSignallingConnection.h |
| Include Path | #include "PixelStreamingSignallingConnection.h" |
| Source | /Engine/Plugins/Media/PixelStreaming/Source/PixelStreaming/Private/PixelStreamingSignallingConnection.cpp |
virtual void SendOffer
(
FPixelStreamingPlayerId PlayerId,
const webrtc::SessionDescriptionInterface & SDP
)
Parameters
| Name | Remarks |
|---|---|
| PlayerId | The Id of the destination player. |
| SDP | The offer session description for the player. |