Navigation
API > API/Plugins > API/Plugins/PixelStreaming > API/Plugins/PixelStreaming/IPixelStreamingSignallingConnect-_1
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void OnSignallingSessionDescription
(
webrtc::SdpType Type, |
IPixelStreamingSignallingConnectionObserver.h | ||
void OnSignallingSessionDescription
(
FPixelStreamingPlayerId PlayerId, |
Streamer-only. | IPixelStreamingSignallingConnectionObserver.h |
OnSignallingSessionDescription(webrtc::SdpType, const FString &)
| Name | OnSignallingSessionDescription |
| Type | function |
| Header File | /Engine/Plugins/Media/PixelStreaming/Source/PixelStreaming/Public/IPixelStreamingSignallingConnectionObserver.h |
| Include Path | #include "IPixelStreamingSignallingConnectionObserver.h" |
void OnSignallingSessionDescription
(
webrtc::SdpType Type,
const FString & Sdp
)
OnSignallingSessionDescription(FPixelStreamingPlayerId, webrtc::SdpType, const FString &)
Description
Streamer-only.
| Name | OnSignallingSessionDescription |
| Type | function |
| Header File | /Engine/Plugins/Media/PixelStreaming/Source/PixelStreaming/Public/IPixelStreamingSignallingConnectionObserver.h |
| Include Path | #include "IPixelStreamingSignallingConnectionObserver.h" |
void OnSignallingSessionDescription
(
FPixelStreamingPlayerId PlayerId,
webrtc::SdpType Type,
const FString & Sdp
)