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