Using react-native-wowza-gocoder with wowza.com

Objective-C integration

Install
# See https://github.com/medlmobileenterprises/react-native-wowza-gocoder
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-wowza-gocoder
Objective-C
API
wowza.com
wowza.com
At a glance
Language Objective-C
Endpoints104