Navigation
API > API/Plugins > API/Plugins/PixelStreaming > API/Plugins/PixelStreaming/IPixelStreamingSignallingConnect-
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SendIceCandidate
(
const webrtc::IceCandidateInterface& IceCandidate |
[Stream receiver only] Sends ICE candidate information to the streamer. | IPixelStreamingSignallingConnection.h | |
void SendIceCandidate
(
FPixelStreamingPlayerId PlayerId, |
[Streamer only] Sends ice candidate information to the specified player. | IPixelStreamingSignallingConnection.h |
SendIceCandidate(const webrtc::IceCandidateInterface &)
Description
[Stream receiver only] Sends ICE candidate information to the streamer.
| Name | SendIceCandidate |
| Type | function |
| Header File | /Engine/Plugins/Media/PixelStreaming/Source/PixelStreaming/Public/IPixelStreamingSignallingConnection.h |
| Include Path | #include "IPixelStreamingSignallingConnection.h" |
void SendIceCandidate
(
const webrtc::IceCandidateInterface & IceCandidate
)
Parameters
| Name | Remarks |
|---|---|
| IceCandidate | The ICE candidate information. |
SendIceCandidate(FPixelStreamingPlayerId, const webrtc::IceCandidateInterface &)
Description
[Streamer only] Sends ice candidate information to the specified player.
| Name | SendIceCandidate |
| Type | function |
| Header File | /Engine/Plugins/Media/PixelStreaming/Source/PixelStreaming/Public/IPixelStreamingSignallingConnection.h |
| Include Path | #include "IPixelStreamingSignallingConnection.h" |
void SendIceCandidate
(
FPixelStreamingPlayerId PlayerId,
const webrtc::IceCandidateInterface & IceCandidate
)
Parameters
| Name | Remarks |
|---|---|
| PlayerId | The Id of the destination player. |
| IceCandidate | The ice candidate information to send. |