You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Create stream and spsApplication instances that implement the Epic Games Pixel Streaming Frontend PixelStreaming and Application types
36
38
conststream=newScalablePixelStreaming(config);
37
39
38
-
// Override the onConfig so we can determine if we need to send the WebRTC offer based on the engine version
39
-
// If the engine version is 4.27 or not defined, the browser should send the offer. This is what the Scalable Pixel Streaming signalling server will be expecting.
40
+
// Override the onConfig so we can determine if we need to send the WebRTC offer based on what is sent from the signalling server
0 commit comments