getstream 0.1.0-preview.2

Official Rust SDK for Stream Video (server REST + SFU WebRTC).
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Example environment for the getstream Rust SDK examples and integration tests.
# Copy to `.env` and fill in real values. These are loaded via dotenvy.
# NEVER commit the real `.env` — it holds secrets. Only `.env.example` is tracked.

# Stream credentials (Stream::from_env) — required by both examples and integration tests.
STREAM_API_KEY=
STREAM_API_SECRET=

# OpenAI Realtime — required only by examples/gpt_realtime_bot.rs.
OPENAI_API_KEY=
OPENAI_REALTIME_MODEL=gpt-realtime
OPENAI_MODEL=

# Base URL for the GPT example's printed authenticated browser join URL:
# {EXAMPLE_BASE_URL}/join/{call_id}?api_key=…&token=…&skip_lobby=true&…
EXAMPLE_BASE_URL=https://getstream.io/video/demos