This example demonstrates how to build a simple host application using the Rainway SDK in a C++ application.
It accepts all incoming stream requests from clients (such as the Web Demo).
For more information about Rainway, see our docs. To sign up, visit rainway.com.
See the parent README for detailed build instructions.
cd ..
cmake . -B build
cmake --build build -t host-example
# Get your Rainway API key here: https://hub.rainway.com/keys
.\build\bin\Debug\host-example.exe pk_live_YourRainwayApiKey