Skip to content
This repository has been archived by the owner on Jun 23, 2023. It is now read-only.

Latest commit

 

History

History

host-example

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

host-example

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.

Building and running this example

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