Using react-native-sdk-demo with wowza.com

TypeScript integration

Install
npm install react-native-sdk-demo
Quick start
import React_native_sdk_demo from 'react-native-sdk-demo';

const client = new React_native_sdk_demo({ apiKey: "YOUR_API_KEY" });
Fetch all players
curl \
  -H "wsc-access-key: $API_KEY" \
  /players
Fetch all schedules
curl \
  -H "wsc-access-key: $API_KEY" \
  /schedules
Fetch all recordings
curl \
  -H "wsc-access-key: $API_KEY" \
  /recordings
SDK on GitHub 📄 API Docs
SDK
react-native-sdk-demo
TypeScript
API
wowza.com
wowza.com
At a glance
Language TypeScript
Endpoints104