Get live stream connection
Get WebRTC signaling credentials for a live 60fps video stream of the remote desktop. Returns a one-time connect URL — open a WebSocket to it, send an SDP OFFER, and receive an ANSWER to start receiving H.264 video over WebRTC.
The stream is the same GPU-captured feed used for game streaming: native resolution, hardware-encoded, sub-30ms latency on LAN.
Authorizations
API key in the format gw_(live|test)_sk_<hex>
Path Parameters
Response
Stream connection details
WebSocket signaling server URL
"wss://signal.glasswarp.com"
Short-lived JWT for WebRTC negotiation (1 hour)
Ready-to-use WebSocket URL with auth params
"wss://signal.glasswarp.com/?type=client&host_id=rig_abc&token=eyJ..."
Step-by-step WebRTC connection flow
